Skip to content

Commit bb75b72

Browse files
committed
add hidden
1 parent c023077 commit bb75b72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/replay/src/replay.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ export class ReplayContainer implements ReplayContainerInterface {
5454
*/
5555
public recordingMode: ReplayRecordingMode = 'session';
5656

57-
/** These are here so we can overwrite them in tests etc. */
57+
/**
58+
* These are here so we can overwrite them in tests etc.
59+
* @hidden
60+
*/
5861
public timeouts = {
5962
sessionIdle: SESSION_IDLE_DURATION,
6063
maxSessionLife: MAX_SESSION_LIFE,

0 commit comments

Comments
 (0)