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.
MAX_SESSION_LIFE
1 parent 5961a96 commit 90198b1Copy full SHA for 90198b1
packages/replay/src/constants.ts
@@ -18,7 +18,7 @@ export const SESSION_IDLE_DURATION = 300_000; // 5 minutes in ms
18
export const VISIBILITY_CHANGE_TIMEOUT = SESSION_IDLE_DURATION;
19
20
// The maximum length of a session
21
-export const MAX_SESSION_LIFE = 1_800_000; // 30 minutes
+export const MAX_SESSION_LIFE = 3_600_000; // 60 minutes
22
23
/**
24
* Defaults for sampling rates
0 commit comments