Skip to content

Commit 8c8c2ab

Browse files
committed
fixup! fixup! feat(http): portable node:http client instrumentation (#20393)
1 parent 8f1864b commit 8c8c2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class SentryHttpInstrumentation extends InstrumentationBase<SentryHttpIns
174174
propagateTrace: options.propagateTraceInOutgoingRequests,
175175
applyCustomAttributesOnSpan,
176176
...options,
177-
spans: !!options.createSpansForOutgoingRequests && (options.spans ?? true),
177+
spans: options.createSpansForOutgoingRequests && (options.spans ?? true),
178178
ignoreOutgoingRequests(url, request) {
179179
return (
180180
isTracingSuppressed(context.active()) ||

0 commit comments

Comments
 (0)