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)