From 6a86df0e34977a298bd57902af62168947a18caa Mon Sep 17 00:00:00 2001 From: Mike Bifulco Date: Wed, 20 Nov 2024 08:44:32 -0500 Subject: [PATCH] fix: typo (capital "i") There was a typo in this docs page. This "I" should be capitalized --- .../react-native/tracing/instrumentation/expo-router.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. });