Skip to content

Commit ffe8383

Browse files
AbhiPrasadLms24
andauthored
Update packages/node/src/integrations/undici.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent cbf22b6 commit ffe8383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/node/src/integrations/undici.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export class Undici implements Integration {
137137
: true;
138138

139139
if (shouldPropagate) {
140-
// TODO: Only do this based on tracePropagationTargets
141140
request.addHeader('sentry-trace', span.toTraceparent());
142141
if (span.transaction) {
143142
const dynamicSamplingContext = span.transaction.getDynamicSamplingContext();

0 commit comments

Comments
 (0)