sentry-javascript-bundler-plugins icon indicating copy to clipboard operation
sentry-javascript-bundler-plugins copied to clipboard

JavaScript Bundler Plugins for Sentry

Results 103 sentry-javascript-bundler-plugins issues
Sort by recently updated
recently updated
newest added

### Environment * Sentry Vite plugin, 2.16.1 * Self hosted Sentry, 22.8.0 ### Steps to Reproduce 1. Use Sentry Vite plugin 2. Add option `sourcemaps.rewriteSources: (source) => './' + source.replace('../',...

Waiting for: Product Owner

### 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...

Status: Backlog

### Environment @sentry/webpack-plugin 2.16.1 ### Steps to Reproduce 1. Setup @sentry/webpack-plugin with reactComponentAnnotation enabled 2. Install @react-three/fiber and use any of the components ### Expected Result It wouldn't be possible...

Post Hackweek

### Environment Local dev environment running a Vite React Application Vite+React app Node v20.0.0 What version are you running? Etc. Sentry Vite Plugin v2.14.2 Vite v5.1.3 ### Steps to Reproduce...

Waiting for: Community
Stale

Trying to use the vite-plugin in an Angular application with angular-builders/custom-esbuild (https://github.com/just-jeb/angular-builders/tree/master/packages/custom-esbuild) produces the error on build: throw new Error(`Plugin at index ${i} is missing a name`); In angular.json I...

Waiting for: Community
Stale

### 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 sentry/webpack-plugin `2.10.0` node `v18.12.1` Self hosted sentry version `23.8.0` Sentry react SDK: `7.80.0` Windows 10 ### Steps to Reproduce I set up webpack plugin to upload my sourcemaps:...

### Environment Using `sentry/browser` version `7.109.0` and `sentry/webpack-plugin` version `2.16.1`. ### Steps to Reproduce 1. Create a very minimal JS app and add webpack to it 2. Set up Sentry's...

### Environment Angular 14.2, but issue exists in Angular 16 as well `@angular-builders/custom-webpack` 14.1.0 `@sentry/webpack-plugin` 2.4.0 ### Steps to Reproduce [Repro provided by user](https://github.com/TobyBladen/sentry-bug-reproduce) 1. npm install 2. npm run...

### Environment ``` @sentry/[email protected] ``` ### Steps to Reproduce I added `cleanArtifacts: true` to my config, and tried to overwrite the same release name. ```ts release: { cleanArtifacts: true, name:...