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 60d2ccd commit f244bbcCopy full SHA for f244bbc
packages/node/src/integrations/http/SentryHttpInstrumentation.ts
@@ -495,7 +495,7 @@ function addSentryHeadersToRequestOptions(
495
496
Object.entries(addedHeaders).forEach(([k, v]) => {
497
// We do not want to overwrite existing headers here
498
- // If the core UndiciInstrumentation is registered, it will already have set the headers
+ // If the core HttpInstrumentation is registered, it will already have set the headers
499
// We do not want to add any then
500
if (!headers[k]) {
501
headers[k] = v;
0 commit comments