Skip to content

Commit 10ed751

Browse files
committed
fix: Remove stale comment
1 parent c723860 commit 10ed751

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/request.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export function eventToSentryRequest(event: Event, api: API): SentryRequest {
3737
if (useEnvelope) {
3838
const envelopeHeaders = JSON.stringify({
3939
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
4240
sent_at: new Date().toISOString(),
4341
});
4442
const itemHeaders = JSON.stringify({

0 commit comments

Comments
 (0)