Skip to content

Commit 788912c

Browse files
authored
fix typo
1 parent e998027 commit 788912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/react-native/tracing/instrumentation/expo-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Slot, useNavigationContainerRef } from 'expo-router';
1616
import Constants, { ExecutionEnvironment } from 'expo-constants';
1717
import * as Sentry from '@sentry/react-native';
1818

19-
const navigationIntegration = Sentry.reactNavigationintegration({
19+
const navigationIntegration = Sentry.reactNavigationIntegration({
2020
enableTimeToInitialDisplay: Constants.executionEnvironment === ExecutionEnvironment.StoreClient, // Only in native builds, not in Expo Go.
2121
});
2222

0 commit comments

Comments
 (0)