We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c970be1 commit d0a164eCopy full SHA for d0a164e
packages/replay/src/replay.ts
@@ -920,7 +920,7 @@ export class ReplayContainer implements ReplayContainerInterface {
920
// @ts-ignore private api
921
type: REPLAY_EVENT_NAME,
922
...(includeReplayStartTimestamp ? { replay_start_timestamp: initialTimestamp / 1000 } : {}),
923
- timestamp,
+ timestamp: timestamp / 1000,
924
error_ids: errorIds,
925
trace_ids: traceIds,
926
urls,
0 commit comments