Skip to content

Commit 17a17a8

Browse files
authored
Update develop-docs/sdk/telemetry/replays.mdx
1 parent c834120 commit 17a17a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/replays.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ For the SDKs that support disk cache, the recording should pause when there's no
183183

184184
### Buffer mode
185185

186-
When an SDK records Session Replay in `buffer` mode (`onErrorSampleRate` is specified), the recording should start when the SDK is initialized and should be buffered in-memory (and to disk if an SDK supports disk cache) in a ring buffer for up to 30 seconds back. The capturing of the recording may be triggered when one of the following conditions is met:
186+
When an SDK records Session Replay in `buffer` mode (`onErrorSampleRate` is specified), the recording should start when the SDK is initialized and should be buffered in-memory (and to disk if the SDK supports disk cache) in a ring buffer for up to 30 seconds back. The capturing of the recording may be triggered when one of the following conditions is met:
187187

188188
- A crash or error event occurs and is captured by the SDK
189189
- `flush` API has been called manually on the replay (for SDKs that support manual API)

0 commit comments

Comments
 (0)