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

This issue was originally reported by @kubijo in the [Sentry CLI repository](https://github.com/getsentry/sentry-cli/issues/2373). This issue report is based on the information provided in the [original issue](https://github.com/getsentry/sentry-cli/issues/2373); I did not try to...

Bug

### Environment Angular 17 app built with esbuild. ### Steps to Reproduce - Init a new Angular project: - Add sentry/esbuild-plugin - Integrate the plugin in the Angular builder ###...

Bug

Since `sentryVitePlugin()` is a vite-plugin, it should be typed as `PluginOption`, provided by `vite` package. Having it as `any` creates a violation of the eslint rule when registering it. Since...

Feature
Meta: Breaking

closes https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/727

breaking change
Meta: Breaking

The factory function actually returns an array of plugins which caused issues with plugin management with an expectation it returns a single plugin. It should be noted either in docs,...

Setting the `applicationKey` option in the esbuild plugin prevents debug ID injection. I think this is due to the fact that we are listening for "entrypoints" and once we have...

### Environment - node: 20.15.1 - "@sentry/vite-plugin": "^3.2.0", - "vite": "^6.1.1", ### Steps to Reproduce I know there are already a few issues around this but the one with the...

### Problem Statement Today, when configuring the verbosity of my withSentryConfig(), it seems like I have two options for logging what's going on with source maps: 1) [`silent:true`](https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/build/#silent) -> no...

I wanted to try out the new Rolldown version of Vite for building our web app. Without the Sentry plugin, the whole build takes about 8 seconds. However, with the...

**Problem** Right now, our product doesn’t know which tool was used to upload source maps. This is important because different tools, like Webpack, Vite Plugin, or Sentry CLI, can have...