From ca641650dba12aa043e8fd16a800009f5470dcfd Mon Sep 17 00:00:00 2001 From: jared laser Date: Sat, 16 Nov 2024 10:06:06 -0500 Subject: [PATCH] Fix camelCase typo in expo-router.mdx If you want to hire me after this brilliant change, please reach out to my secretary. --- .../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. });