sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
JavaScript Bundler Plugins for Sentry
### Environment MacOS NodeJS with Remix framework and esbuild bundler "@sentry/esbuild-plugin": "^2.10.1" ### Steps to Reproduce 1. Created Remix project with custom express server 2. Build server using this package.json...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce I wanted to upload source map to sentry, so I could see readable source code and error trace So, I use webpack...
See the following SO issue for more issue, to investigate if it our plugin which causes this issue https://stackoverflow.com/questions/78315096/visual-studio-code-debugger-doesnt-stop-at-breakpoint-in-typescript-ts-file-b
we export [options](https://github.com/getsentry/hackweek-sentry-unplugin/blob/5bd855d3fe0e30bd7d1beb0b29dad8da4c2fc416/packages/bundler-plugin-core/src/types.ts/#L231-L234) around automating tree shaking but don't document them at the moment. We should add the options to the documentation generation script.
On https://docs.sentry.io/platforms/javascript/guides/vue/sourcemaps/uploading/vite/, we mention > The Sentry Vite plugin doesn’t upload source maps in watch-mode/development-mode. We recommend running a production build to test your configuration. However, running `vite`, I get...
### Environment - `"@sentry/webpack-plugin": "^2.16.0"` - `"webpack": "^5.91.0"` - `"typescript": "^5.4.3"` - [package.json](https://github.com/willgardner9/sentry-webpack-react-component-annotation-minimal-repro/blob/main/package.json) - [webpack.config.js](https://github.com/willgardner9/sentry-webpack-react-component-annotation-minimal-repro/blob/main/webpack.config.js) - [tsconfig.json](https://github.com/willgardner9/sentry-webpack-react-component-annotation-minimal-repro/blob/main/tsconfig.json) - [babel.config.js](https://github.com/willgardner9/sentry-webpack-react-component-annotation-minimal-repro/blob/main/babel.config.js) ### Steps to Reproduce I have created a minimal reproduction of...
### Environment MacOS 14.1.1 (23B81) (intel) ``` "@sentry/electron": "^4.17.0", "@sentry/webpack-plugin": "^2.14.3", "@electron-forge/cli": "7.2.0", "@electron-forge/maker-deb": "7.2.0", "@electron-forge/maker-dmg": "7.2.0", "@electron-forge/maker-rpm": "7.2.0", "@electron-forge/maker-squirrel": "7.2.0", "@electron-forge/maker-zip": "7.2.0", "@electron-forge/plugin-webpack": "7.2.0", "@electron-forge/publisher-github": "7.2.0", "@electron-forge/shared-types": "7.2.0", ```...
Since i upgraded from the plugin v1 to v2, my angular build gets stuck after a successfull build: `Build at: 2023-07-07T10:40:52.046Z - Hash: cc2971c88cd12369 - Time: 32093ms` just won't end...
### Environment [email protected], @sentry/[email protected] ### Steps to Reproduce This injection logic should be placed below `use strict`: https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/febe9ce8dfa34c08ae1b7badc9c9e23182aa2ace/packages/webpack-plugin/src/index.ts#L157-L160 In our case, TerserPlugin removes all the `use strict` because it is...
### Environment We are running version `^2.8.0`. Once in a while, we start having persistent errors like this- ``` failed to load config from ***/vite.config.mjs error during build: import {...