Features
Flutter
- Add manual Session Replay controls on Android and iOS through
SentryFlutter.replay:start,startBuffering,pause,resume,stop, andflush. Explicitly started replays work even when both automatic sample rates are0. by @buenaflor in #4010
Fixes
Flutter
- Close background JNI workers when their owning isolate exits, while preserving native reporting across cached-engine view detachment and reattachment. by @lucas-zimerman in #3987
- Await in-flight replay captures during scheduler shutdown and skip new captures while the app is not resumed. by @lucas-zimerman in #3935
Dependencies
Flutter
- Update Sentry Android from 8.55.0 to 8.56.0 by @buenaflor in #4015
- Update Sentry Native from 0.16.4 to 0.16.6 by @github-actions in #3998 and #4013
Internal Changes
- Collect Apple framework symbols by @sentry-junior in #4003