sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
JavaScript Bundler Plugins for Sentry
I am porting an internal web extension build system from Webpack to esbuild. Since we publish our web extension on addons.mozilla.org, [we are required to provide the full source code...
### Environment What version are you running? Etc. [email protected], @sentry/[email protected] uploading to Sentry cloud ### Steps to Reproduce ```js // Sentry plugin configuration sentryWebpackPlugin({ debug: true, sourcemaps: { assets: './dist/js/**'...
### Environment "@sentry/esbuild-plugin": "^2.5.0", "esbuild": "^0.18.17", ### Steps to Reproduce Here is my build script ``` import { build } from 'esbuild'; import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin"; const devMode...
### Environment ``` "@sentry/serverless": "7.99.0", "@sentry/esbuild-plugin": "2.10.3", "esbuild": "0.19.12", ``` ### Steps to Reproduce If the file that is the entry point does not have a default export, an import-is-undefined...
### Environment What version are you running? Etc. "@sentry/webpack-plugin": "^2.10.0", "@sentry/browser": "7.80.1", "@sentry/tracing": "7.80.1", ### Steps to Reproduce 1. use webpack plugin to upload sourcemap 2. in `output.filename` add a...
### Problem Statement Hello, I am a software developer using @sentry/vite-plugin. I am using `reactComponentAnnotation` in `sentryVitePlugin`. I was thinking of injecting the corresponding `value` into `html's attribute` through `babel`....
Hello Sentries, Big fan, big up! ### Context I'm using the Webpack plugin to upload my sourcemaps to sentry.io For my CD, I'm using a (very) restrained self-hosted instance of...
For a case where someone wants to have correctly bundled sourcemaps of dependencies or in a monorepo, for Vite/Rollup they need to use a plugin as described here https://github.com/vitejs/vite/issues/11743 https://github.com/maxdavidson/rollup-plugin-sourcemaps...
When using the Vite Plugin to inject Debug IDs and upload it to Sentry:  Sentry CLI Prints this output, not showing the set Release 
### Environment "@sentry/webpack-plugin": "^2.10.1", "@sentry/react": "^7.77.0", "@nx/webpack": "17.0.3", ### Problem I have a react micro front-end project that I set up with Nx and module federation. I have four different...