sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
JavaScript Bundler Plugins for Sentry
I am not sure this is a bug or I am doing something wrong, thanks for the patience in advance! ### Environment I have a monorepo with multiple modules that...
### Environment `@sentry/bundler-plugin-core` v2.9.0 ### Steps to Reproduce With latest `rollup` installed (3.29.4 now) in my project I'm getting an error like: ``` node_modules/unplugin/dist/index.d.ts(1,40): error TS2305: Module '"rollup"' has no...
### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce I have Sentry connected to Vercel and GIthub and the following next.config.js: However, the Vercel build fails at...
### Environment @sentry/[email protected] ### Steps to Reproduce - I have a multiple entry files (main.js, other_entry.js) and few other chunks (foo.js and bar.js). foo.js is uniquely generated per build. -...
### Environment - Sentry Vite Plugin Version: `2.10.1` - Vite Version: `4.5.0` - Node.js Version: `v20.9.0` - Operating System: macOS 14.0 (23A344) ### Steps to Reproduce 1. Installed `@sentry/vite-plugin` version...
- We should ensure all subcomponents of the plugin can be used separately. E.g. only the tree shaking part. - As part of this we should adjust the getting started...
This PR ensures we log out a message when the bundler plugins run that warns you if we detect multiple different versions of the same package being installed in your...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? Ever since upgrading to Webpack 5 and the newest version of the Sentry Webpack plugin, the stack trace has...
Having multiple different versions of SDK packages installed can lead to a lot of subtle and hard-to-debug issues. This can sadly happen quite easily, e.g. if you have a bundler...