From 349578adda02332c9f6a9427ab0a10a2bce677db Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Tue, 22 Oct 2024 11:47:39 -0700 Subject: [PATCH] Update react-navigation.mdx --- .../react-native/tracing/instrumentation/react-navigation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/react-native/tracing/instrumentation/react-navigation.mdx b/docs/platforms/react-native/tracing/instrumentation/react-navigation.mdx index a5aa1b759f7976..357059ec8ae369 100644 --- a/docs/platforms/react-native/tracing/instrumentation/react-navigation.mdx +++ b/docs/platforms/react-native/tracing/instrumentation/react-navigation.mdx @@ -17,7 +17,7 @@ The code snippet below shows how to initialize the instrumentation. You can configure the instrumentation by passing an options object to the constructor: ```javascript -Sentry.reactNavigationintegration({ +Sentry.reactNavigationIntegration({ enableTimeToInitialDisplay: true, // default: false routeChangeTimeoutMs: 1_000, // default: 1_000 ignoreEmptyBackNavigationTransactions: true, // default: true