Improvements
- Record client report when dropping in
beforeSendLog(#7379)
Fixes
- Cleanup SessionReplay when maximum duration reached (#7421)
- Fix App hangs report with high durations (#7354)
Deprecations
- The
SentrySwiftUImodule is now deprecated. All SwiftUI APIs (SentryTracedView,sentryTrace(),sentryReplayMask(),sentryReplayUnmask()) have been merged into the mainSentrymodule. You can replaceimport SentrySwiftUIwithimport Sentryin your code. TheSentrySwiftUImodule still works via a re-export but will be removed in the next major version. (#7422)