You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{< img src="real_user_monitoring/react_native/image_reactnative.png" alt="Create a RUM application in Datadog workflow" style="width:90%;">}}
30
30
31
-
To ensure the safety of your data, you must use a client token. If you used only [Datadog API keys][3] to configure the `@datadog/mobile-react-native` library, they would be exposed client-side in the React Native application's code.
31
+
To ensure the safety of your data, you must use a client token. If you used only [Datadog API keys][3] to configure the `@datadog/mobile-react-native` library, they would be exposed client-side in the React Native application's code.
32
32
33
33
For more information about setting up a client token, see the [Client Token documentation][4].
true, // track User interactions (e.g.: Tap on buttons).
147
151
true, // track XHR Resources
@@ -190,17 +194,17 @@ Use one of Datadog's integrations to automatically track views for the following
190
194
191
195
## Track custom attributes
192
196
193
-
You can attach user information to all RUM events to get more detailed information from your RUM sessions.
197
+
You can attach user information to all RUM events to get more detailed information from your RUM sessions.
194
198
195
199
### User information
196
200
197
201
For user-specific information, use the following code wherever you want in your app (after the SDK has been initialized). The `id`, `name`, and `email` attributes are built into Datadog, and you can add other attributes that makes sense for your app.
true, // track User interactions (e.g.: Tap on buttons. You can use 'accessibilityLabel' element property to give tap action the name, otherwise element type will be reported)
0 commit comments