sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
JavaScript Bundler Plugins for Sentry
* 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...
### 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: ...
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...
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...
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!"
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...
### 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...
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...
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"],...
- 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?