Skip to content

Commit 2a789a5

Browse files
mydeabillyvg
authored andcommitted
fix(replay): Fully stop & restart session when it expires
1 parent 7fc2225 commit 2a789a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/replay/src/replay.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@ export class ReplayContainer implements ReplayContainerInterface {
377377

378378
try {
379379
logInfo(
380-
`[Replay] Stopping Replay${reason ? ` triggered by ${reason}` : ''}`,
380+
`[Replay] Stopping Replay${reason ? ` triggered by ${reason}` : ''} ${new Date().toISOString()} ${
381+
this._isEnabled
382+
}`,
381383
this._options._experiments.traceInternals,
382384
);
383385

0 commit comments

Comments
 (0)