diff --git a/content/en/real_user_monitoring/application_monitoring/react_native/setup/expo.md b/content/en/real_user_monitoring/application_monitoring/react_native/setup/expo.md index dad76cd0ce6d9..6c8ff733a7026 100644 --- a/content/en/real_user_monitoring/application_monitoring/react_native/setup/expo.md +++ b/content/en/real_user_monitoring/application_monitoring/react_native/setup/expo.md @@ -101,7 +101,7 @@ In this Datadog example project, View Tracking is achieved through `@datadog/mob Add the following code snippet to your initialization file: ```js -import { DdSdkReactNative, DdSdkReactNativeConfiguration } from 'expo-datadog'; +import { DdSdkReactNative, DdSdkReactNativeConfiguration, SdkVerbosity } from 'expo-datadog'; const config = new DdSdkReactNativeConfiguration( '', @@ -319,4 +319,4 @@ config.resourceEventMapper = event => { [8]: https://docs.expo.dev/workflow/customizing/#releasing-apps-with-custom-native-code-to [9]: https://docs.expo.dev/development/getting-started/ [10]: https://www.npmjs.com/package/@datadog/mobile-react-navigation -[11]: https://www.npmjs.com/package/@datadog/mobile-react-native-navigation \ No newline at end of file +[11]: https://www.npmjs.com/package/@datadog/mobile-react-native-navigation