Skip to content

Commit 34644f4

Browse files
committed
wip debug it?
1 parent fb4053f commit 34644f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/node/src/integrations/node-fetch/SentryNodeFetchInstrumentation.ts

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ export class SentryNodeFetchInstrumentation extends InstrumentationBase<SentryNo
127127
return;
128128
}
129129

130+
addedHeaders['sentry-trace'] = `${addedHeaders['sentry-trace']}-ZZZZ`;
131+
130132
// We do not want to overwrite existing headers here
131133
// If the core UndiciInstrumentation is registered, it will already have set the headers
132134
// We do not want to add any then

0 commit comments

Comments
 (0)