diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d8a66ec230..31c1423f968c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.36.0 + +This Release re-introduces the accidentally removed but still deprecated `maskInputOptions` option for Session Replay. +Furthermore, replays are now stopped instead of paused when a rate limit is encountered. + +- feat(replay): Add back deprecated `maskInputOptions` (#6981) +- feat(replay): Stop recording when hitting a rate limit (#7018) +- fix(integrations): Report `BaseClient` integrations added after init (#7011) +- fix(replay): Don't mangle private rrweb property (#7033) +- fix(replay): Fix feature detection of PerformanceObserver (#7029) + ## 7.35.0 Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the [Replay migration guide](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md) for further information.