-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Problem Statement
Our bundler plugins support tree-shaking (unfortunately currently undocumented, tracked in getsentry/sentry-javascript-bundler-plugins#518).
Solution Brainstorm
We should expose these options as well in our meta framework SDK's high-level Vite plugin options. If reasonable && possible we can also set options by default (e.g. debug logging).
- [x] https://github.com/getsentry/sentry-javascript/pull/13323
- [x] https://github.com/getsentry/sentry-javascript/pull/13318
- [x] Remix - NOT DOING: We do not actually add a plugin there
- [x] https://github.com/getsentry/sentry-javascript/pull/13250