Features
- Add breadcrumbs for dispatched React Navigation events (#6218)
- Add
Sentry.NavigationContainerdrop-in wrapper for React Navigation (#6199) - Opt-in: consume sentry-cocoa via Swift Package Manager. Set
SENTRY_USE_SPM=1beforepod installto pullSentryfrom sentry-cocoa's SPM package as a binary xcframework instead of the CocoaPods source build (#6182) - Add
disableAutoUploadoption to Expo plugin to disable source map and debug symbol uploads (#6195) - Expose
pauseAppHangTrackingandresumeAppHangTrackingAPIs 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
NOfromrequiresMainQueueSetupto avoid unnecessarydispatch_syncon the main queue during bridge init (#6202)