Skip to content

Commit d0a164e

Browse files
committed
Update packages/replay/src/replay.ts
1 parent c970be1 commit d0a164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/replay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ export class ReplayContainer implements ReplayContainerInterface {
920920
// @ts-ignore private api
921921
type: REPLAY_EVENT_NAME,
922922
...(includeReplayStartTimestamp ? { replay_start_timestamp: initialTimestamp / 1000 } : {}),
923-
timestamp,
923+
timestamp: timestamp / 1000,
924924
error_ids: errorIds,
925925
trace_ids: traceIds,
926926
urls,

0 commit comments

Comments
 (0)