Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Sep 22, 2024
1 parent f699463 commit e62cd83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions/replay/sessionrecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e62cd83

Please sign in to comment.