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 a5212a2 commit 1af1f5eCopy full SHA for 1af1f5e
packages/core/src/request.ts
@@ -31,8 +31,6 @@ export function eventToSentryRequest(event: Event, api: API): SentryRequest {
31
if (useEnvelope) {
32
const envelopeHeaders = JSON.stringify({
33
event_id: event.event_id,
34
- // We need to add * 1000 since we divide it by 1000 by default but JS works with ms precision
35
- // The reason we use timestampWithMs here is that all clocks across the SDK use the same clock
36
sent_at: new Date().toISOString(),
37
});
38
const itemHeaders = JSON.stringify({
0 commit comments