Requested by: @alwx
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 breadcrumbs for dispatched React Navigation events (#6218)
- Add
Sentry.NavigationContainer drop-in wrapper for React Navigation (#6199)
- Opt-in: consume sentry-cocoa via Swift Package Manager. Set
SENTRY_USE_SPM=1 before pod install to pull Sentry from sentry-cocoa's SPM package as a binary xcframework instead of the CocoaPods source build (#6182)
- Add
disableAutoUpload option to Expo plugin to disable source map and debug symbol uploads (#6195)
- Expose
pauseAppHangTracking and resumeAppHangTracking APIs on iOS (#6192)
- Better route and dynamic param extraction for Expo Router (#6197)
Fixes
- Rethrow native exceptions from Sentry's Expo host handler so Android crashes terminate the process instead of leaving the app on a blank screen (#6228)
- Bound TTID/TTFD to prevent inflated transactions (#6210)
- Return
NO from requiresMainQueueSetup to avoid unnecessary dispatch_sync on the main queue during bridge init (#6202)
Dependencies
- Bump Cocoa SDK from v9.13.0 to v9.15.0 (#6204, #6223)
- Bump CLI from v3.4.2 to v3.4.3 (#6205)
- Bump Android SDK from v8.42.0 to v8.43.0 (#6224)
Requested by: @alwx
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
Sentry.NavigationContainerdrop-in wrapper for React Navigation (#6199)SENTRY_USE_SPM=1beforepod installto pullSentryfrom sentry-cocoa's SPM package as a binary xcframework instead of the CocoaPods source build (#6182)disableAutoUploadoption to Expo plugin to disable source map and debug symbol uploads (#6195)pauseAppHangTrackingandresumeAppHangTrackingAPIs on iOS (#6192)Fixes
NOfromrequiresMainQueueSetupto avoid unnecessarydispatch_syncon the main queue during bridge init (#6202)Dependencies