bugsnag / webpack-bugsnag-plugins

Webpack plugins for common BugSnag actions.
MIT License
32 stars 29 forks source link

Add codeBundleId support #43

Closed djskinner closed 4 years ago

djskinner commented 4 years ago

Allow setting of codeBundleId on BugsnagSourceMapUploaderPlugin

Fixes #38

Validated E2E in local environment.

bengourley commented 4 years ago

I took a look into the failing CI – it's not related to the changes in this PR, it's happening on master now too. It looks like one of Webpacks' dependencies doesn't support Node 6 anymore.

I'm going to push a branch that fixes the CI, we can merge that up in to this one and land it.