sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
JavaScript Bundler Plugins for Sentry
### Environment [email protected] [email protected] @sentry/[email protected] ### Steps to Reproduce We are having issues using the Webpack plugin in an existing project, where it's changing our bundle analysis tooling. Minimal reproduction:...
Currently, the plugins move all source maps and source files into a single folder to prepare them for uploading. By moving the files we break the relative relationships of source...
BunJS has added some debug ID support and other tools will potentially follow suite. Since we do a lot of custom magic ourselves in Sentry CLI, and if debug IDs...
Useful for higher abstraction SDKs like Next.js and Sveltekit
Check and emit a readable logger error when the auth token doesn't have enough permissions.
We should add regression tests that try to bundle 3rd party modules. Related: https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/194
We should think about adding the plugin packages to the release registry. The webpack plugin was never added but it def doesn't hurt to do it. Perhaps it might even...