Skip to content

8.26.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 10 Sep 11:04

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_id as the active JS navigation transaction, linking them in the Sentry trace waterfall.
  • Expose the iOS enableMemoryIntrospection option to omit memory contents from native crash reports (#6547)
  • Add anrProfilingSampleRate option 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 beforeBreadcrumb now drops the breadcrumb, and a throwing tracesSampler now falls back to the configured tracesSampleRate (#6675)
  • Stop uploading on-error Session Replays for errors dropped by sampleRate (#6685)

Internal

  • Add visionOS sample app and CI tests (#6676)
  • Add tvOS sample app and CI tests (#6676)

Dependencies