sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
JavaScript Bundler Plugins for Sentry
> even though I supplied `{ debug: true }` flag in plugin options, it prints `Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.` on error and I do certainly...
### Environment `@sentry/esbuild-plugin`: `3.1.1` `esbuild`: `0.24.2` ### Steps to Reproduce We're using https://github.com/open-telemetry/opentelemetry-lambda for tracing in our AWS Lambda functions, along with using Sentry (and `@sentry/esbuild-plugin`) for error tracking. Here's...
### Environment rsbuild + @sentry/webpack-plugin + React + Self-host sentry 25.1.0.dev0 ### Steps to Reproduce 1. Setup the Sentry init in `main.tsx` ```ts Sentry.init({ dsn: import.meta.env.SENTRY_DSN, integrations: [ Sentry.browserTracingIntegration(), Sentry.replayCanvasIntegration(),...
### Environment Running a self-hosted version of Sentry. Deploying a static React app (Vite builder, Vercel for deployment) ```json "@sentry/tracing": "^7.114.0", "@sentry/vite-plugin": "^2.22.6", ... "vite": "^5.4.10" ``` vite.config.ts ```typescript defineConfig({...
In PR https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/617, we introduced a config to allow skipping annotations on certain components by providing their names. It would be nice to also have a config option that allows...
## Problem Statement An issue has been identified with the @sentry/vite-plugin in relation to Heroku pipeline workflows: - The Sentry configuration is injected during the initial build step, typically executed...
### Environment `@sentry/esbuild-plugin` version `3.2.1` `esbuild` version `0.25.0` Related to an earlier attempt to fix this by someone: #522 ### Steps to Reproduce 1. Create a build.js file with the...
### Environment "@nx/angular": "20.2.1", "@sentry/angular": "^9.1.0", "@sentry/esbuild-plugin": "^3.1.2", ### Steps to Reproduce Follow the steps outlined in https://docs.sentry.io/platforms/javascript/guides/angular/sourcemaps/uploading/angular-nx/#esbuild to create sourcemaps and add the sentry esbuilder plugin. ### Expected Result...
I'll limit this issue to Next.js because it is a super-set of everything else. In high-level frameworks there are often multiple build-passes the framework does. This can cause the Sentry...
### Environment ``` @sentry/nextjs 8.33.1 ``` ### Steps to Reproduce 1. the project had `silent: true` passed into the `withSentryConfig()` (`@sentry/webpack-plugin` options) 2. the `SENTRY_AUTH_TOKEN` got deleted from the CD...