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

* our use case is a legacy monorepo where every page is a micro front end * **However**, all pages share a common webpack configuration---each page has its own entry...

Improvement

### Environment What version are you running? Etc. "@sentry/vue": "^7.74.0", "@sentry/vite-plugin": "^2.8.0", The sourcemap has been uploaded and can be seen in the background, as shown in the figure: ![image](https://github.com/getsentry/sentry-javascript-bundler-plugins/assets/19322584/8fb58f6d-50ce-44c5-8cce-5c44fc5b3fcc)...

Here's the current documentation for `sourcemaps.assets`: > A glob or an array of globs that specifies the build artifacts that should be uploaded to Sentry. > > If this option...

Improvement

since sentry-bundler-plugin is built on top of unplugin and unplugin supports rspack now, it's easy to make sentry support rspack(which some rspack users ask https://github.com/web-infra-dev/rspack/issues/4049). the work is actually easy...

enhancement

title Maybe: "The Sentry [bundler] plugin could not detect the Sentry CLI binary which is required to upload source maps. Please make sure post-install scripts are running when installing @sentry/[bundler]-plugin!"

enhancement

Right now we are straight-up stomping on the entrypoints which is gonna break with 100% probability. The behaviour of `bundle: false` is basically marking everything except for the resolved entrypoint...

Bundler: esbuild
Feature

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Status: Stale

Right now it shows you your config object, but presumably you already know what's in there. What would be more helpful is if would tell you things like which files...

enhancement
Status: Backlog

It would be neat if, when specifying a path object in `include`, the `ignore` option could be a function to filter out files. For example: ``` include: { paths: ["some/dir"],...

enhancement
Status: Backlog

- How to do safely so we don't end up publishing user code by accident? - Maybe just add some warnings + instructions? - Auto remove source maps after upload?

Status: Backlog