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 [email protected] [email protected] @sentry/[email protected] ### Steps to Reproduce We are having issues using the Webpack plugin in an existing project, where it's changing our bundle analysis tooling. Minimal reproduction:...

bug
Status: Backlog

Currently, the plugins move all source maps and source files into a single folder to prepare them for uploading. By moving the files we break the relative relationships of source...

Bug
Status: Backlog

BunJS has added some debug ID support and other tools will potentially follow suite. Since we do a lot of custom magic ourselves in Sentry CLI, and if debug IDs...

Improvement

Useful for higher abstraction SDKs like Next.js and Sveltekit

Status: Stale
Improvement

Similar to what we did for Next.js

Status: Backlog
Feature

Check and emit a readable logger error when the auth token doesn't have enough permissions.

Improvement

We should add regression tests that try to bundle 3rd party modules. Related: https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/194

enhancement
Status: Backlog

We should think about adding the plugin packages to the release registry. The webpack plugin was never added but it def doesn't hurt to do it. Perhaps it might even...