Skip to content

5.3.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 30 Mar 12:30

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