Skip to content

Releases: getsentry/sentry-javascript-bundler-plugins

5.4.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 10 Jul 11:17
9853d6e

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:

Bug Fixes 🐛

  • (webpack) Make webpack import 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 🔧

5.3.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 12 May 08:42

New Features ✨

  • (babel) Auto-inject sentry-label from static text children by @antonis in #925

Bug Fixes 🐛

  • (vite) Avoid version-specific plugin return type by @logaretm in #928

Internal Changes 🔧

5.2.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 29 Apr 07:14

Bug Fixes 🐛

  • (webpack) Await source map deletion before signaling build completion by @andreiborza in #918

Internal Changes 🔧

5.2.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 08 Apr 08:55

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

5.1.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 26 Feb 11:33

Bug Fixes 🐛

Internal Changes 🔧

5.1.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 24 Feb 09:17

New Features ✨

5.0.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 23 Feb 11:58

Breaking Changes 🛠

Bug Fixes 🐛

Internal Changes 🔧

4.9.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 10 Feb 14:46

New Features ✨

  • Track major version for Vite and Rollup by @timfish in #867

Internal Changes 🔧

4.9.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 02 Feb 10:38

New Features ✨

  • (telemetry) Add bundler-major-version tag to webpack by @chargome in #857

4.8.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 26 Jan 13:39

New Features ✨

  • Inject component annotations into HTML elements rather than React components by @timfish in #851
  • Combine injection snippets by @timfish in #853
  • Use Rolldown native MagicString by @timfish in #846