Skip to content

Commit 04e5b5a

Browse files
committed
fix comment
1 parent 2f80895 commit 04e5b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const RuntimeModel = {
2929
harvester: undefined,
3030
isolatedBacklog: false,
3131
isRecording: false, // true when actively recording, false when paused or stopped
32-
earliestViableSR: 0, // relative timestamp of the earliest viable session replay data buffered
32+
earliestViableSR: 0, // absolute timestamp of the earliest viable session replay data buffered on the current page. updates as the SR buffer evolves
3333
srHarvestedAt: undefined, // absolute timestamp of the FIRST SR harvest success time
3434
loaderType: undefined,
3535
maxBytes: 30000,

0 commit comments

Comments
 (0)