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 cbf22b6 commit ffe8383Copy full SHA for ffe8383
packages/node/src/integrations/undici.ts
@@ -137,7 +137,6 @@ export class Undici implements Integration {
137
: true;
138
139
if (shouldPropagate) {
140
- // TODO: Only do this based on tracePropagationTargets
141
request.addHeader('sentry-trace', span.toTraceparent());
142
if (span.transaction) {
143
const dynamicSamplingContext = span.transaction.getDynamicSamplingContext();
0 commit comments