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
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/session-replay/configuration.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ The following can be configured as integration options in `replayIntegration({})
40
40
| mutationLimit |`number `| 10000 | The upper bound of mutations to process before Session Replay stops recording due to performance impacts. See [Mutation Limits](#mutation-limits)|
41
41
| 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)|
42
42
| minReplayDuration |`number`| 5000 | The length of the replay, **in milliseconds**, before the SDK should start sending to Sentry. Max value is 15000. |
43
+
| maxReplayDuration |`number`| 3600000 | The maximum length of the replay, **in milliseconds**, that the SDK should send to Sentry. Max value is 3600000 (1 hour). |
43
44
| workerUrl |`string`|`undefined`| A URL for a self-hosted worker for compression Replay data. See [Using a Custom Compression Worker](#using-a-custom-compression-worker) to learn more. |
44
45
| networkDetailAllowUrls | <code>(string\|RegExp)[]</code> |`[]`| Capture request and response details for XHR and fetch requests that match the given URLs. |
45
46
| networkDetailDenyUrls | <code>(string\|RegExp)[]</code> |`[]`| Do not capture request and response details for these URLs. Takes precedence over `networkDetailAllowUrls`. |
0 commit comments