From 67e4c2b9eb37538aa7a736d0b5e008826dc8e0f0 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 24 Jan 2023 16:56:26 +0100 Subject: [PATCH] meta: CHANGELOG for 7.33.0 (#6920) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1795a5b98f..fec832adb245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.33.0 + +With this release, the sample rate for Session Replays will default to 0. We recommend explicitly setting the sample rate via the `replaysSessionSampleRate` and `replaysOnErrorSampleRate` options. + +- feat(replay): Remove default sample rates for replay (#6878) +- feat(replay): try/catch around stopRecording (#6856) +- fix(nextjs): Mark multiplexer targets as entrypoints (#6919) + ## 7.32.1 - fix(nextjs): Make SDK multiplexer more resilient (#6905)