Features
- Add standalone app start tracing as an experimental option (#7660), enable it via
options.experimental.enableStandaloneAppStartTracing = true
Fixes
- Defer Session Replay startup until a foreground window is available (#7928)
- Fix race conditions in scope observer iteration and propagation context locking (#7897)
- Support stack traces for standalone clients (#7817)
- Prevent SessionTracker crash with profiling (#7927)
- Reevaluation of sampling decision is only done for new sessions.
- Call SentrySessionListener on main thread (#7917)