question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What does the bundlesize service need the commit message for?

See original GitHub issue

When run, in addition to bundle size, the tool sends the commit message to the public bundlesize service. This is not mentioned in the readme, and the upload happens automatically when the environment variables contain a GITHUB_TOKEN, without a flag to disable it. Many companies will not be comfortable with sending all their commit messages to a public service on every build. It’s not obvious to me why the tool would need this data to work properly. What is it used for?

https://github.com/siddharthkp/bundlesize/blob/062d5b3bfb996657bf98e1626c06c620df23b235/src/reporter.js#L133

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
liorhebercommented, Aug 7, 2019

Got it, thanks. We’re actually already on the beta branch, so looking forward to seeing this!

0reactions
siddharthkpcommented, Aug 7, 2019

@liorheber I wouldn’t want you to spend too much time on it, I’m rewriting the backend and will just skip this bit

Read more comments on GitHub >

github_iconTop Results From Across the Web

LironEr/bundlemon: Monitor your bundle size - GitHub
BundleMon helps you to monitor your bundle size. ... BundleMon can create GitHub check run, post commit status and a detailed comment on...
Read more >
Reduce Bundle Size of Your Single Page Application
Here is how to drastically reduce the bundle size. ... But before we can optimise our bundle, we have to locate the problems....
Read more >
5 Techniques for Bundle Splitting and Lazy Loading in React
Bundling Javascript code into several files is known as bundle splitting. It enables only a tiny amount of code to be downloaded with...
Read more >
Commits API - GitLab Docs
This API operates on repository commits. Read more about GitLab-specific information for commits. Responses. In commit responses, created_at and ...
Read more >
Splitting git bundle file - Stack Overflow
Bundles can be incremental. They can't have dangling commits, so there is a bit of a game you have to play if you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found