Features
- Add
enableTracing
option (#2933) - Add Tabs auto instrumentation for React Native Navigation (#2932)
- This is enabled by default, if you want to disable tabs instrumentation see the example below.
const routingInstrumentation = new Sentry.ReactNativeNavigationInstrumentation(Navigation, { enableTabsInstrumentation: false })
Fixes
- Disable HTTP Client Errors by default on all platform (#2931)
- See HttpClient for configuration details.
- Use
enableCaptureFailedRequests
to enable the feature.
Sentry.init({ enableCaptureFailedRequests: true })