From e62cd83745c57ef427cc44c3cbdfc4cc076d06c2 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Sun, 22 Sep 2024 16:09:30 +0100 Subject: [PATCH] remove comment --- src/extensions/replay/sessionrecording.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extensions/replay/sessionrecording.ts b/src/extensions/replay/sessionrecording.ts index 8526362db..30a63dd4e 100644 --- a/src/extensions/replay/sessionrecording.ts +++ b/src/extensions/replay/sessionrecording.ts @@ -558,7 +558,6 @@ export class SessionRecording { this.isIdle = true // don't take full snapshots while idle clearInterval(this._fullSnapshotTimer) - // need to override the timestamp on the session idle events so they appear at the point we last saw activity, not this new point in time this._tryAddCustomEvent('sessionIdle', { eventTimestamp: event.timestamp, lastActivityTimestamp: this._lastActivityTimestamp,