diff --git a/docs/platforms/react-native/tracing/instrumentation/expo-router.mdx b/docs/platforms/react-native/tracing/instrumentation/expo-router.mdx index 5765792f85939..8fd18a75437b5 100644 --- a/docs/platforms/react-native/tracing/instrumentation/expo-router.mdx +++ b/docs/platforms/react-native/tracing/instrumentation/expo-router.mdx @@ -16,7 +16,7 @@ import { Slot, useNavigationContainerRef } from 'expo-router'; import Constants, { ExecutionEnvironment } from 'expo-constants'; import * as Sentry from '@sentry/react-native'; -const navigationIntegration = Sentry.reactNavigationintegration({ +const navigationIntegration = Sentry.reactNavigationIntegration({ enableTimeToInitialDisplay: Constants.executionEnvironment === ExecutionEnvironment.StoreClient, // Only in native builds, not in Expo Go. });