Skip to content

Commit

Permalink
Fix typos (#27601)
Browse files Browse the repository at this point in the history
* Fix typo "Add add"

* Fix typo "legs"
  • Loading branch information
jordan-th authored Feb 12, 2025
1 parent c758031 commit b70fcae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
Expand Down

0 comments on commit b70fcae

Please sign in to comment.