Warning
This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android.
See issue #4598 for more details.
Features
- Send Sentry React Native SDK version in the Session Replay Events on iOS (#4450)
Fixes
- Add mechanism field to unhandled rejection errors (#4457)
- Use proper SDK name for Session Replay tags (#4428)
- Use
makeDsnfromcoreto extract the URL from DSN avoiding unimplementedURL.protocolerrors (#4395)
Changes
- Rename
navigation.processingspan to more expressiveNavigation dispatch to screen A mounted/navigation cancelled(#4423) - Add RN SDK package to
sdk.packagesfor Cocoa (#4381)
Internal
- Initialize
RNSentryTimeToDisplayduring native moduleiniton iOS (#4443)