From 07aed8ce6195bbe5f06e499495a44c33bbe05fbb Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 7 Dec 2022 12:47:02 +0100 Subject: [PATCH 1/3] meta: Update CHANGELOG for 7.24.1 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244ac21c0377..d54d30c902ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,23 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.24.1 + +This patch corrects an oversight on our end which caused the Sentry Replay integration CDN bundles to be ignored when uploading bundles to our CDN. +If you want to use the Replay CDN bundles, please use the 7.24.1 version (or newer). + +- fix(react): Add type for React Router's `encodeLocation` method (#6439) +- fix(replay): Add CDN bundle path to release artifacts (#6452) +- fix(tracing): Instrument cursors returned from MongoDB operations. (#6437) +- ref(angular): Extract zonejs error unwrapper into a dedicated function (#6443) + ## 7.24.0 This release bumps the [`@sentry/replay`](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/README.md) package from version 0.x to 7.24.0. Along with this version bump, we're introducing a few breaking changes. Take a look at the [Replay migration guide](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md) for further information. -Furthermore, we're now also publishing CDN bundles for the Replay integration. The Replay version bump is the result of moving the package into the Sentry JavaScript SDK monorepo which aligns the version with our other JS SDK packages. +**Important:** If you're using Replay with version 7.24.x or newer, make sure to also upgrade your other `@sentry/*` packages to this version. - feat(browser): Support dom.maxStringLength configuration (#6311) - feat(nextjs): Don't init SDK on Vercel Edge Runtime (#6408) From 4312c58a1befe332b6144d675fb8388fb51cefc1 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 7 Dec 2022 12:50:17 +0100 Subject: [PATCH 2/3] Add attribution for external contribution --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54d30c902ed..d401458f9435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ If you want to use the Replay CDN bundles, please use the 7.24.1 version (or new - fix(tracing): Instrument cursors returned from MongoDB operations. (#6437) - ref(angular): Extract zonejs error unwrapper into a dedicated function (#6443) +Work in this release contributed by @theofidry. Thank you for your contribution! + ## 7.24.0 This release bumps the [`@sentry/replay`](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/README.md) package from version 0.x to 7.24.0. From a86d7cfba4bcec89e5a08929403e52f9f41be4e5 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 7 Dec 2022 12:52:25 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d401458f9435..89f97e540182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## 7.24.1 This patch corrects an oversight on our end which caused the Sentry Replay integration CDN bundles to be ignored when uploading bundles to our CDN. -If you want to use the Replay CDN bundles, please use the 7.24.1 version (or newer). +If you want to use the Replay CDN bundles, please use version 7.24.1 or newer. - fix(react): Add type for React Router's `encodeLocation` method (#6439) - fix(replay): Add CDN bundle path to release artifacts (#6452)