From 126fa0d63ff5c9c0f1b9eb0188ef75655f7a2108 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Thu, 9 Feb 2023 11:23:55 +0100 Subject: [PATCH 1/2] meta(changelog): Update CHANGELOG for 7.37.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c1423f968c..ac4a3cc65504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.37.0 + +- feat: Add source map debug ids (#7068) +- feat(browser): Add IndexedDb offline transport store (#6983) +- feat(nextjs): Add auto-wrapping for server components (#6953) +- feat(replay): Improve rrweb error ignoring (#7087 & #7094) +- feat(replay): Send client_report when replay sending fails (#7093) +- fix(node): `LocalVariables`, Improve frame matching for ESM (#7049) +- fix(node): Add lru cache to http integration span map (#7064) + ## 7.36.0 This Release re-introduces the accidentally removed but still deprecated `maskInputOptions` option for Session Replay. From 2129702d52374fbc6124723d14d6359e181b1738 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Thu, 9 Feb 2023 11:30:11 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Abhijeet Prasad --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4a3cc65504..7a55ffeb1979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ - fix(node): `LocalVariables`, Improve frame matching for ESM (#7049) - fix(node): Add lru cache to http integration span map (#7064) +Work in this release contributed by @JamesHenry. Thank you for your contribution! + ## 7.36.0 This Release re-introduces the accidentally removed but still deprecated `maskInputOptions` option for Session Replay.