Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
Release list
5.4.0
Important Changes ✨
The Sentry bundler plugins are moving to our main sentry-javascript monorepo and
will be bumped to version 11.0.0 with the next SDK major release.
In preparation, we've already ported the @sentry/bundler-plugin-core and sentry/babel-plugin-component-annotate
packages, which are now merged and called @@sentry/bundler-plugins.
If you're using any of our bundler plugins (e.g. @sentry/vite-plugin), nothing will change for you at the moment.
If you encounter any problems, please open an issue in getsentry/sentry-javascript going forward.
Thank you!
This repo will be closed after the v11 bump.
Related PRs:
- Depend on JavaScript repo package. by @timfish in #945
- Add
@sentry/bundler-pluginscore package by @timfish in #938 - Remove obsolete packages by @timfish in #947
Bug Fixes 🐛
- (webpack) Make
webpackimport lazy to support rspack-only projects by @s1gr1d in #940 - Hide console window when running 'git rev-parse HEAD' on Windows by @jwwisgerhof in #941
Internal Changes 🔧
- Update Sentry SDK for telemetry by @timfish in #937
- (sentry-cli) Upgrade to 2.58.6 by @szokeasaurusrex in #936
- Remove versions from telemetry snapshots by @timfish in #946
- Align lint configuration with JavaScript repo by @timfish in #933
- Align TypeScript configuration with JavaScript repo by @timfish in #932
- Fix CI caching on Windows by @timfish in #934
- Remove
ts-nodeusage by @timfish in #931
5.3.0
New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
5.2.1
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