Skip to content

Commit 3a5fb3a

Browse files
mydeaLms24
andauthored
Update packages/node/src/integrations/http/SentryHttpInstrumentation.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 1e2a35e commit 3a5fb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ function addSentryHeadersToRequestOptions(
495495

496496
Object.entries(addedHeaders).forEach(([k, v]) => {
497497
// We do not want to overwrite existing headers here
498-
// If the core UndiciInstrumentation is registered, it will already have set the headers
498+
// If the core HttpInstrumentation is registered, it will already have set the headers
499499
// We do not want to add any then
500500
if (!headers[k]) {
501501
headers[k] = v;

0 commit comments

Comments
 (0)