From 0960a965b055c1e46a0a4a357a10190ac73d13de Mon Sep 17 00:00:00 2001 From: Jordan <64992066+jordan-th@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:28:41 -0700 Subject: [PATCH 1/2] Fix typo "Add add" --- .../mobile_and_tv_monitoring/android/advanced_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/real_user_monitoring/mobile_and_tv_monitoring/android/advanced_configuration.md b/content/en/real_user_monitoring/mobile_and_tv_monitoring/android/advanced_configuration.md index a8702e2bc6348..ed6f26801d552 100644 --- a/content/en/real_user_monitoring/mobile_and_tv_monitoring/android/advanced_configuration.md +++ b/content/en/real_user_monitoring/mobile_and_tv_monitoring/android/advanced_configuration.md @@ -458,7 +458,7 @@ To get timing information in resources (such as third-party providers, network r } ``` -2. Add add the [EventListener][12] factory: +2. Add the [EventListener][12] factory: {{< tabs >}} {{% tab "Kotlin" %}} From 14deafd491b5fa47b7d8eb1dc37cd4eb78bbb0cb Mon Sep 17 00:00:00 2001 From: Jordan <64992066+jordan-th@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:30:12 -0700 Subject: [PATCH 2/2] Fix typo "legs" --- .../guide/monitor-hybrid-react-native-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/real_user_monitoring/guide/monitor-hybrid-react-native-applications.md b/content/en/real_user_monitoring/guide/monitor-hybrid-react-native-applications.md index 0224bd9c5cbe9..6c832edcbfb2e 100644 --- a/content/en/real_user_monitoring/guide/monitor-hybrid-react-native-applications.md +++ b/content/en/real_user_monitoring/guide/monitor-hybrid-react-native-applications.md @@ -22,7 +22,7 @@ RUM Events from both of these sources are reported as coming from the same appli - Through *auto-instrumentation* - Some React classes and methods are modified to automate this. Auto-instrumentation for JavaScript errors, resources, and interactions can only be started from JavaScript code. - Through *manual instrumentation* - For example, if you want to report something that you consider an error, but which is not going to crash the app. - You can share the same instance of the core SDK between native and React Native without having to initialize the SDK on both sides separately. This allows you to initialize the native SDK on either the native side or on the React Native side (by calling `DdSdkReactNative.initialize`) and have it initialized for both sides, with events appearing in the same RUM session. React Native uses the default core instance. This means that you can use *manual instrumentation* on both sides, but *auto-instrumentation* is only activated for the side that the SDK was initialized. -- You can report Datadog RUM events or logs only after the initialization. If you have not initialized the SDK yet, events and legs are not sent. +- You can report Datadog RUM events or logs only after the initialization. If you have not initialized the SDK yet, events and logs are not sent. - You cannot change the source attribute of a RUM session - all your RUM events appear under the same source. ## Monitor React Native apps with native content