diff --git a/src/replay/index.ts b/src/replay/index.ts index acc2b011..a291f10e 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -155,6 +155,8 @@ export class Replayer { const firstEvent = events[0]; const lastEvent = events[events.length - 1]; return { + startTime: firstEvent.timestamp, + endTime: lastEvent.timestamp, totalTime: lastEvent.timestamp - firstEvent.timestamp, }; }