Fixes
- SDK Gracefully downgrades when callback throws an error (#2502)
- React Navigation v5 ignores when current route is undefined after state changed. (#2484)
Features
- Add ClientReports (#2496)
Sentry Self-hosted Compatibility
- Starting with version
4.6.0
of the@sentry/react-native
package, Sentry's self hosted version >= v21.9.0 is required or you have to manually disable sending client reports via thesendClientReports
option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.