We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f71dd8 commit b368f47Copy full SHA for b368f47
docs/platforms/react-native/tracing/instrumentation/react-navigation.mdx
@@ -17,7 +17,7 @@ The code snippet below shows how to initialize the instrumentation.
17
You can configure the instrumentation by passing an options object to the constructor:
18
19
```javascript
20
-Sentry.reactNavigationintegration({
+Sentry.reactNavigationIntegration({
21
enableTimeToInitialDisplay: true, // default: false
22
routeChangeTimeoutMs: 1_000, // default: 1_000
23
ignoreEmptyBackNavigationTransactions: true, // default: true
0 commit comments