Skip to content

Commit 40876da

Browse files
authored
replay: minReplayDuration
getsentry/sentry-javascript#8596
1 parent 0db8b69 commit 40876da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platforms/javascript/common/session-replay/configuration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following can be configured as integration options in `new Replay({})`:
2525
| stickySession | boolean | `true` | Keep track of users across page loads. Note, because closing a tab ends the session, a single user using multiple tabs will be recorded as multiple sessions. |
2626
| mutationLimit | number | 10000 | The upper bound of mutations to process before Session Replay stops recording due to performance impacts. See [Mutation Limits](#mutation-limits) |
2727
| mutationBreadcrumbLimit | number | 750 | The upper bound of mutations to process before Session Replay sends a breadcrumb to warn of large mutations. See [Mutation Limits](#mutation-limits) |
28+
| minReplayDuration | number | 5000 | The length of the replay, **in milliseconds**, before the SDK should start flushing to Sentry. Max value is 15000.
2829
| networkDetailAllowUrls | (string \| RegExp)[] | `[]` | Capture request and response details for XHR and fetch requests that match the given URLs. |
2930
| networkCaptureBodies | boolean | `true` | Decide whether to capture request and response bodies for URLs defined in `networkDetailAllowUrls`. |
3031
| networkRequestHeaders | string[] | `[]` | Additional request headers to capture for URLs defined in `networkDetailAllowUrls`. See [Network Details](#network-details) to learn more. |

0 commit comments

Comments
 (0)