From b1426d67fb6bb5782d8af6e1dca4129a3fbab8a4 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 28 Mar 2024 13:44:50 -0400 Subject: [PATCH 1/2] meta: CHANGELOG for 7.109.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6787582ad3d4..409755643ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.109.0 + +This release deprecates some exports from the `@sentry/replay` package. These exports have been moved to the browser SDK +(or related framework SDKs like `@sentry/react`). + +- feat(feedback): Make "required" text for input elements configurable (#11287) +- feat(node): Add scope to ANR events (#11267) +- feat(replay): Bump `rrweb` to 2.12.0 (#11317) +- fix(node): Local variables skipped after Promise (#11248) +- fix(node): Skip capturing Hapi Boom error responses (#11324) +- fix(web-vitals): Check for undefined navigation entry (#11312) +- ref(replay): Deprecate `@sentry/replay` exports (#11242) + ## 7.108.0 This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with `7.95.0`. It From 1409b18ece3ae84f468fa679e0316215dd3309fb Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 28 Mar 2024 14:08:59 -0400 Subject: [PATCH 2/2] add changelog contribution note --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409755643ac1..5b2309cc2392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ This release deprecates some exports from the `@sentry/replay` package. These ex - fix(web-vitals): Check for undefined navigation entry (#11312) - ref(replay): Deprecate `@sentry/replay` exports (#11242) +Work in this release contributed by @soerface. Thank you for your contribution! + ## 7.108.0 This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with `7.95.0`. It