Skip to content

Commit b368f47

Browse files
authored
Update react-navigation.mdx (#11634)
1 parent 9f71dd8 commit b368f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/react-native/tracing/instrumentation/react-navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The code snippet below shows how to initialize the instrumentation.
1717
You can configure the instrumentation by passing an options object to the constructor:
1818

1919
```javascript
20-
Sentry.reactNavigationintegration({
20+
Sentry.reactNavigationIntegration({
2121
enableTimeToInitialDisplay: true, // default: false
2222
routeChangeTimeoutMs: 1_000, // default: 1_000
2323
ignoreEmptyBackNavigationTransactions: true, // default: true

0 commit comments

Comments
 (0)