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