Requested by: @antonis
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
- Add
nativeStackAndroid support to NativeLinkedErrors, capturing the JVM stack trace of rejected native module promises as a linked exception (#6278)
- Record XHR request/response headers and (optionally) bodies in Mobile Session Replay. Opt in via
mobileReplayIntegration with networkDetailAllowUrls to capture headers; set networkCaptureBodies: true to also capture bodies. Other options: networkDetailDenyUrls, networkRequestHeaders, networkResponseHeaders. Authorization-like headers are always stripped, bodies are capped at ~150 KB. Covers XHR-based clients like axios; fetch will follow. See Network Details for details. (#6288)
- Warn during dev builds when multiple versions of Sentry JS SDK are detected (#6269)
Fixes
- Fix Android
ClassCastException when syncing breadcrumbs with a numeric timestamp to the native scope (#6308)
Dependencies
- Bump Android SDK from v8.43.1 to v8.44.0 (#6273, #6310)
- Bump Cocoa SDK from v9.16.1 to v9.18.0 (#6272, #6311)
- Bump JavaScript SDK from v10.57.0 to v10.58.0 (#6296)
- Bump CLI from v3.5.0 to v3.5.1 (#6305)
Requested by: @antonis
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
nativeStackAndroidsupport toNativeLinkedErrors, capturing the JVM stack trace of rejected native module promises as a linked exception (#6278)mobileReplayIntegrationwithnetworkDetailAllowUrlsto capture headers; setnetworkCaptureBodies: trueto also capture bodies. Other options:networkDetailDenyUrls,networkRequestHeaders,networkResponseHeaders. Authorization-like headers are always stripped, bodies are capped at ~150 KB. Covers XHR-based clients likeaxios; fetch will follow. See Network Details for details. (#6288)Fixes
ClassCastExceptionwhen syncing breadcrumbs with a numeric timestamp to the native scope (#6308)Dependencies