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

We're using `@sentry/vite-plugin` to create releases & upload sourcemaps to Sentry. We have a lot of environments, so this is what our flow looks like: - Build our Docker image,...

Waiting for: Product Owner

Upgrading from 2.16.1 to 2.17.0 gives us import "./_sentry-release-injection-file-.js"; Uncaught SyntaxError: Cannot use import statement outside a module Any idea why this happens?

I dont know if its a bug or i am doing something wrong, but i am trying to upload the sourcemaps. Using self-hosted sentry version v2.11.0 i have first tried...

Waiting for: Community

![Image](https://github.com/user-attachments/assets/c4db20d3-4803-47db-8dac-1ecc9d95a9a6) ``` "@sentry/esbuild-plugin": "^2.21.1", "toucan-js": "3.1.0", ``` ``` try { await build({ entryPoints: ['./src/index.ts'], bundle: true, outdir: './dist/', sourcemap: true, minify: true, conditions: ['worker', 'browser'], outExtension: { '.js': '.mjs' },...

### Environment Vite, Remix ### Steps to Reproduce 1. Install `@sentry/vite-plugin` to send source maps and release notifications from CI/CD to Sentry 2. Intentionally do not store a Sentry auth...

We still use v7 of the Node SDK, we should bump our own usage to v8. We can also explore using `ServerRuntimeClient` from `@sentry/core` instead of `NodeClient`. We only manually...

### Steps to Reproduce 1. Download repro: [angularBuildError.zip](https://github.com/user-attachments/files/15951320/angularBuildError.zip) 2. Update org, project and token in apps/project.json 3. `npm install` 4. `npm run build` This will run a `nx build` ###...

- We don't want to collect org slugs (hash instead) - We don't want to collect projects (hash instead) - We don't want to collect trace ids

Ref https://github.com/getsentry/sentry-javascript/issues/12152

Improvement

### Environment "@sentry/aws-serverless": "^8.26.0" "@sentry/esbuild-plugin": "^2.22.2" "serverless": "^3.26.0" "serverless-esbuild": "^1.52.1" ### Description Sourcemaps should be uploaded for aws lambda functions when packaging (`sls package`). I've tried two different configurations: 1....

Waiting for: Product Owner