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 c023077 commit bb75b72Copy full SHA for bb75b72
packages/replay/src/replay.ts
@@ -54,7 +54,10 @@ export class ReplayContainer implements ReplayContainerInterface {
54
*/
55
public recordingMode: ReplayRecordingMode = 'session';
56
57
- /** These are here so we can overwrite them in tests etc. */
+ /**
58
+ * These are here so we can overwrite them in tests etc.
59
+ * @hidden
60
+ */
61
public timeouts = {
62
sessionIdle: SESSION_IDLE_DURATION,
63
maxSessionLife: MAX_SESSION_LIFE,
0 commit comments