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 })
Dependencies
- Bump JavaScript SDK from v7.44.2 to v7.45.0 (#2927)
- Bump CLI from v2.15.2 to v2.16.1 (#2926)
- Bump Cocoa SDK from v8.3.2 to v8.3.3 (#2925)