Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
5.2.0
New Features ✨
- (core) Pass
mapDirtorewriteSourcesHookby @chargome in #908 - Use
crypto.randomUUIDrather thanuuidby @timfish in #892
Bug Fixes 🐛
- (core) Conditionally add tracing headers by @chargome in #907
- (e2e-tests) Pin axios to 1.13.5 to avoid compromised 1.14.1 by @andreiborza in #906
- (rollup) Make rollup an optional peer dependency by @andreiborza in #913
- Add missing webpack5 entrypoint in webpack-plugin by @brunodccarvalho in #905
Internal Changes 🔧
- (deps) Bump vulnerable webpack version by @chargome in #909
- (tests) Use deterministic debugids by @chargome in #912
- Add esbuild integration tests by @timfish in #911
- Vite integration tests by @timfish in #899
- Webpack integration tests by @timfish in #904
- Isolate integration test package installs by @timfish in #902
- Pin GitHub Actions to full-length commit SHAs by @joshuarli in #900
- Rollup integration tests by @timfish in #897
- New integration tests by @timfish in #896
- Remove lerna by @timfish in #895
- Migrate to Vitest by @timfish in #894
5.1.1
5.1.0
New Features ✨
- Bump @sentry/cli from 2.57.0 to 2.58.5 by @andreiborza in #890
5.0.0
Breaking Changes 🛠
- Updating minimatch by @isaacs in #885
- Remove support for Node < v18 and webpack v4 by @timfish in #886
Bug Fixes 🐛
Internal Changes 🔧
- Avoid direct usage of glob, extract into
globFileshelper by @andreiborza in #883 - Migrate to oxfmt by @timfish in #880
- Build with Rolldown by @timfish in #872
- Remove unplugin by @timfish in #876
- Rollup/Vite no longer uses unplugin by @timfish in #858
- Esbuild no longer uses unplugin by @timfish in #871
- Webpack no longer uses unplugin by @timfish in #870
4.9.1
4.9.0
4.8.0
4.7.0
- docs: Add RELEASE.md to document release process (#834)
- feat: Combine injection plugins (#844)
- fix(plugin-manager): Enable "rejectOnError" in debug (#837)
- fix(plugin-manager): Respect
sourcemap.ignorevalues for injecting debugIDs (#836) - fix(vite): Skip HTML injection for MPA but keep it for SPA (#843)