Skip to content

Commit 3dee10c

Browse files
mydeabillyvg
andauthored
Update packages/replay/src/replay.ts
Co-authored-by: Billy Vong <[email protected]>
1 parent 58dbf70 commit 3dee10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/replay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class ReplayContainer implements ReplayContainerInterface {
6868
/**
6969
* Recording can happen in one of two modes:
7070
* * 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
71+
* * error: Keep up to the last 60s of recording, and when an error occurs, send it immediately
7272
*/
7373
public mode: ReplayRecordingMode = 'session';
7474

0 commit comments

Comments
 (0)