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 6e10bb3 commit dec280aCopy full SHA for dec280a
packages/replay/src/replay.ts
@@ -931,7 +931,7 @@ export class ReplayContainer implements ReplayContainerInterface {
931
// @ts-ignore private api
932
type: REPLAY_EVENT_NAME,
933
...(includeReplayStartTimestamp ? { replay_start_timestamp: initialTimestamp / 1000 } : {}),
934
- timestamp,
+ timestamp: timestamp / 1000,
935
error_ids: errorIds,
936
trace_ids: traceIds,
937
urls,
0 commit comments