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
To enable session replay you have to specify the session replay sample rate. It must be a number between 0.0 and 100.0, where 0 indicates that no replays are recorded and 100 means that all sessions include a replay.
33
+
To enable Session Replay you have to specify the session replay sample rate. It must be a number between 0.0 and 100.0, where 0 indicates that no replays are recorded and 100 means that all sessions include a replay.
34
34
35
35
This sample rate is applied in addition to the RUM sample rate. For example, if RUM uses a sample rate of 80% and Session Replay uses a sample rate of 20%, it means that out of all user sessions, 80% are included in RUM, and within those sessions, only 20% have replays.
36
36
See [Browser RUM & Session Replay sessions][2] for more information.
@@ -77,7 +77,7 @@ datadogRum.init({
77
77
</script>
78
78
```
79
79
80
-
**Note:** Bellow version v5.0.0, Session Replay does not start automatically and you need to call [`startSessionReplayRecording()`][3] API
80
+
**Note**: Bellow version v5.0.0, Session Replay does not start automatically and you need to call [`startSessionReplayRecording()`][3] API
81
81
82
82
{{% /tab %}}
83
83
{{< /tabs >}}
@@ -88,7 +88,7 @@ datadogRum.init({
88
88
89
89
By default, Session Replay starts recording automatically.
90
90
However, if you prefer to manually start recording at a specific point in your application, you can use the option `startSessionReplayRecordingManually` parameter as shown below, and later call [`startSessionReplayRecording()`][3].
91
-
You can also use [`stopSessionReplayRecording()`][4] to stop the recording anytime.
91
+
You can also use [`stopSessionReplayRecording()`][4] to stop the recording at any time.
**Note** In some scenarios, you may want to begin recording, even if it was initially sampled out of replay. To force Session Replay recording for the rest of the current session, call [`startSessionReplayRecording({ force: true })`][3]
149
+
**Note**: In some scenarios, you may want to begin recording, even if it was initially sampled out of replay. To force Session Replay recording for the rest of the current session, call [`startSessionReplayRecording({ force: true })`][3]
150
150
151
151
### Privacy options
152
152
153
153
Session Replay provides privacy controls to ensure organizations of any scale do not expose sensitive or personal data.
154
154
See [Privacy Options][5].
155
155
156
-
### Connect Session Replay To Your Third-Party Tools
156
+
### Connect Session Replay to your Third-Party tools
157
157
158
158
You can access the Session Replay URL to use in integrations, live from the browser where the session is taking place.
159
-
See [Connect Session Replay To Your Third-Party Tools][6].
159
+
See [Connect Session Replay to your Third-Party tools][6].
0 commit comments