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

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

Improvement

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

bug
Status: Stale

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

Improvement

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

Bug
React Component Annotations

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

Feature

When using the Vite Plugin to inject Debug IDs and upload it to Sentry: ![image (34)](https://github.com/getsentry/sentry-javascript-bundler-plugins/assets/363802/4073cafb-2469-4f10-adf3-72580e33a189) Sentry CLI Prints this output, not showing the set Release ![image (33)](https://github.com/getsentry/sentry-javascript-bundler-plugins/assets/363802/b258ee78-e52f-46b4-8e0a-c15e642f4f4a)

enhancement

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