From 70d4861118ebe1db073efb63cac1b0f3ff2d100d Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 10 Jul 2026 12:40:22 +0200 Subject: [PATCH 1/3] Revise changelog for Sentry bundler plugin updates Updated changelog to reflect important changes regarding the Sentry bundler plugins moving to the main repository and related PRs. Adjusted section titles and added details about upcoming SDK major release. --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48a806f..2b9ee532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,23 @@ ## 5.4.0 -### New Features ✨ +### Important Changes ✨ + +The Sentry bundler plugins are moving to our main [`sentry-javascript`](https://github.com/getsentry/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`](https://github.com/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](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/945) - Add `@sentry/bundler-plugins` core package by @timfish in [#938](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/938) -- Update Sentry SDK for telemetry by @timfish in [#937](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/937) +- Remove obsolete packages by @timfish in [#947](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/947) ### Bug Fixes 🐛 @@ -15,11 +27,11 @@ ### Internal Changes 🔧 -- (sentry-cli) Upgrade to 2.58.6 by @szokeasaurusrex in [#936](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/936) -- Remove obsolete packages by @timfish in [#947](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/947) -- Remove versions from telemetry snapshots by @timfish in [#946](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/946) - Align lint configuration with JavaScript repo by @timfish in [#933](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/933) - Align TypeScript configuration with JavaScript repo by @timfish in [#932](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/932) +- Update Sentry SDK for telemetry by @timfish in [#937](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/937) +- (sentry-cli) Upgrade to 2.58.6 by @szokeasaurusrex in [#936](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/936) +- Remove versions from telemetry snapshots by @timfish in [#946](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/946) - Fix CI caching on Windows by @timfish in [#934](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/934) - Remove `ts-node` usage by @timfish in [#931](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/931) From 4b7e2414e9162be262c32e0c69361f35d510453c Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 10 Jul 2026 12:41:41 +0200 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Lukas Stracke --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9ee532..bb9c1eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,11 @@ Related PRs: ### Internal Changes 🔧 -- Align lint configuration with JavaScript repo by @timfish in [#933](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/933) -- Align TypeScript configuration with JavaScript repo by @timfish in [#932](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/932) - Update Sentry SDK for telemetry by @timfish in [#937](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/937) - (sentry-cli) Upgrade to 2.58.6 by @szokeasaurusrex in [#936](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/936) - Remove versions from telemetry snapshots by @timfish in [#946](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/946) +- Align lint configuration with JavaScript repo by @timfish in [#933](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/933) +- Align TypeScript configuration with JavaScript repo by @timfish in [#932](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/932) - Fix CI caching on Windows by @timfish in [#934](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/934) - Remove `ts-node` usage by @timfish in [#931](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/931) From a7c65373357302db1836a4c87136c31c46427c13 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 10 Jul 2026 12:43:53 +0200 Subject: [PATCH 3/3] format --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9c1eba..550d755a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,19 @@ ### Important Changes ✨ -The Sentry bundler plugins are moving to our main [`sentry-javascript`](https://github.com/getsentry/sentry-javascript) monorepo and -will be bumped to version `11.0.0` with the next SDK major release. +The Sentry bundler plugins are moving to our main [`sentry-javascript`](https://github.com/getsentry/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`](https://github.com/getsentry/sentry-javascript) going forward. +If you encounter any problems, please open an issue in [`getsentry/sentry-javascript`](https://github.com/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](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/945) - Add `@sentry/bundler-plugins` core package by @timfish in [#938](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/938) - Remove obsolete packages by @timfish in [#947](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/947)