bugsnag / bugsnag-source-maps

CLI and JS library for uploading source maps to BugSnag
MIT License
16 stars 9 forks source link

feat: Fully support codeBundleId on node and browser uploads #61

Closed bengourley closed 3 years ago

bengourley commented 3 years ago

codeBundleId is necessary for Electron. Rather than introducing a new command, we simply support it for node and browser uploads. It was already partially supported by browser.uploadOne() – but only via the JS interface.