Features
- Support
SENTRY_ENVIRONMENTin bare React Native builds (#5823) - Add
expoUpdatesListenerIntegrationthat records breadcrumbs for Expo Updates lifecycle events (#5795)- Tracks update checks, downloads, errors, rollbacks, and restarts as
expo.updatesbreadcrumbs - Enabled by default in Expo apps (requires
expo-updatesto be installed)
- Tracks update checks, downloads, errors, rollbacks, and restarts as
- feat(android): Expose
enableAnrFingerprintingoption (#5838) - Show feedback widget on device shake (#5754)
- Use
Sentry.enableFeedbackOnShake()/Sentry.disableFeedbackOnShake()or setfeedbackIntegration({ enableShakeToReport: true })
- Use
Fixes
- Fix native frames measurements being dropped due to race condition (#5813)
- Fix app start data lost when first navigation transaction is discarded (#5833)