Skip to content

Commit 2197fe2

Browse files
committed
Fixes
1 parent 45c2b30 commit 2197fe2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/real_user_monitoring/session_replay/browser/setup_and_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ further_reading:
2222

2323
## Setup
2424

25-
To set up Mobile Session Replay for Browser:
25+
To set up Session Replay for Browser:
2626

2727
### Step 1 - Setup the Browser SDK
2828

2929
Make sure you've set up the [RUM Browser SDK][1].
3030

3131
### Step 2 - Enable Session Replay
3232

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 RUM 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.
3434

3535
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.
3636
See [Browser RUM & Session Replay sessions][2] for more information.

layouts/shortcodes/rum/session_replay/setup_and_configuration.mdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Datadog Session Replay for Flutter does not currently support Web view capture.
391391
## Additional configuration
392392
### Set the sample rate for recorded sessions to appear
393393

394-
The sample rate is an optional parameter in the Session Replay configuration. It must be a number between 0.0 and 100.0, where 0 indicates that no replays are recorded and 100 means that all RUM sessions include a replay. If the sample rate is not specified in the configuration, the default value of 100 is applied.
394+
The sample rate is an optional parameter in the Session Replay configuration. 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. If the sample rate is not specified in the configuration, the default value of 100 is applied.
395395

396396
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.
397397

0 commit comments

Comments
 (0)