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 8f1864b commit 8c8c2abCopy full SHA for 8c8c2ab
1 file changed
packages/node-core/src/integrations/http/SentryHttpInstrumentation.ts
@@ -174,7 +174,7 @@ export class SentryHttpInstrumentation extends InstrumentationBase<SentryHttpIns
174
propagateTrace: options.propagateTraceInOutgoingRequests,
175
applyCustomAttributesOnSpan,
176
...options,
177
- spans: !!options.createSpansForOutgoingRequests && (options.spans ?? true),
+ spans: options.createSpansForOutgoingRequests && (options.spans ?? true),
178
ignoreOutgoingRequests(url, request) {
179
return (
180
isTracingSuppressed(context.active()) ||
0 commit comments