We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dbf70 commit 3dee10cCopy full SHA for 3dee10c
packages/replay/src/replay.ts
@@ -68,7 +68,7 @@ export class ReplayContainer implements ReplayContainerInterface {
68
/**
69
* Recording can happen in one of two modes:
70
* * session: Record the whole session, sending it continuously
71
- * * error: Always keep the last 60s of recording, and when an error occurs, send it immediately
+ * * error: Keep up to the last 60s of recording, and when an error occurs, send it immediately
72
*/
73
public mode: ReplayRecordingMode = 'session';
74
0 commit comments