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-annotatepackages, 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