Features
- Sync JS scope propagation context to native scope (#6686)
- Native HTTP spans (OkHttp on Android, URLSession on iOS) now automatically share the same
trace_idas the active JS navigation transaction, linking them in the Sentry trace waterfall.
- Native HTTP spans (OkHttp on Android, URLSession on iOS) now automatically share the same
- Expose the iOS
enableMemoryIntrospectionoption to omit memory contents from native crash reports (#6547) - Add
anrProfilingSampleRateoption to profile ANRs on Android (#6673)
Fixes
- Time to initial display is no longer understated on Android in optimized release builds (#6692)
- Fix visionOS compilation (#6676)
- A throwing
beforeBreadcrumbnow drops the breadcrumb, and a throwingtracesSamplernow falls back to the configuredtracesSampleRate(#6675) - Stop uploading on-error Session Replays for errors dropped by
sampleRate(#6685)