From 2b37dd2b3c4987c85f82d0c69defeb0cdee9d169 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Wed, 2 Sep 2026 17:17:49 +0200 Subject: [PATCH] meta(changelog): Update changelog for 11.0.0-beta.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43662f8399e5..97d9aac78760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,15 @@ Work in this release was contributed by @psh4607, @thijsw, @trinitiwowka, @nehap - `browser.bfcache.not_restored` — a counter of the (Chromium-only) `notRestoredReasons` for a miss. - `browser.bfcache.reload.duration` — a distribution of how expensive the fallback reload was on a miss. +## 11.0.0-beta.0 + +This is a beta release of the upcoming major release of version 11. +This release does not yet entail a comprehensive changelog as version 11 is not yet stable. + +For this release's iteration of the migration guide, see the [Migration Guide as per `11.0.0-beta.0`](https://github.com/getsentry/sentry-javascript/blob/11.0.0-beta.0/MIGRATION.md#upgrading-from-10x-to-11x). + +Please note that the migration guide is work in progress and subject to change. + ## 10.67.0 ### Important Changes