Skip to content

Commit

Permalink
wip debug it?
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jan 30, 2025
1 parent fb4053f commit 34644f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ export class SentryNodeFetchInstrumentation extends InstrumentationBase<SentryNo
return;
}

addedHeaders['sentry-trace'] = `${addedHeaders['sentry-trace']}-ZZZZ`;

// We do not want to overwrite existing headers here
// If the core UndiciInstrumentation is registered, it will already have set the headers
// We do not want to add any then
Expand Down

0 comments on commit 34644f4

Please sign in to comment.