Skip to content

Commit 7186fa9

Browse files
mydeaandreiborza
andcommitted
Apply suggestions from code review
Co-authored-by: Andrei <[email protected]>
1 parent 6c282ed commit 7186fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ export class SentryHttpInstrumentation extends InstrumentationBase<SentryHttpIns
176176
subscribe('http.client.request.error', onHttpClientRequestError);
177177

178178
// NOTE: This channel only exist since Node 23
179-
// Before that, outgoing requests are not patched, sadly
179+
// Before that, outgoing requests are not patched
180+
// and trace headers are not propagated, sadly.
180181
if (this.getConfig().propagateTraceInOutgoingRequests) {
181182
subscribe('http.client.request.created', onHttpClientRequestCreated);
182183
}

0 commit comments

Comments
 (0)