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
makeDsn
fromcore
to extract the URL from DSN avoiding unimplementedURL.protocol
errors (#4395)
Changes
- Rename
navigation.processing
span to more expressiveNavigation dispatch to screen A mounted/navigation cancelled
(#4423) - Add RN SDK package to
sdk.packages
for Cocoa (#4381)
Internal
- Initialize
RNSentryTimeToDisplay
during native moduleinit
on iOS (#4443)