getsentry / sentry-javascript-bundler-plugins

JavaScript Bundler Plugins for Sentry
https://sentry.io
BSD 3-Clause "New" or "Revised" License
142 stars 37 forks source link

fix(vite-plugin): Ensure `post` order of `sentry-vite-release-injection-plugin` to avoid breaking `@rollup/plugin-commonjs` step #578

Closed andreiborza closed 3 months ago

andreiborza commented 4 months ago

I didn't really find any good way of testing this so I just relied on manual testing with the user submitted reproduction in https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/552 as well as trying it out in two sample apps, a react app and a solid app which built and uploaded sourcemaps fine.

Closes: https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/552