We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f80895 commit 04e5b5aCopy full SHA for 04e5b5a
src/common/config/runtime.js
@@ -29,7 +29,7 @@ const RuntimeModel = {
29
harvester: undefined,
30
isolatedBacklog: false,
31
isRecording: false, // true when actively recording, false when paused or stopped
32
- earliestViableSR: 0, // relative timestamp of the earliest viable session replay data buffered
+ earliestViableSR: 0, // absolute timestamp of the earliest viable session replay data buffered on the current page. updates as the SR buffer evolves
33
srHarvestedAt: undefined, // absolute timestamp of the FIRST SR harvest success time
34
loaderType: undefined,
35
maxBytes: 30000,
0 commit comments