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 5df098e commit 97b71ceCopy full SHA for 97b71ce
1 file changed
packages/node/src/sdk/initOtel.ts
@@ -160,7 +160,7 @@ function setupSentryTracerProvider(
160
// time to be included instead of dropped. Scoped to the SentryTracerProvider path, which assembles
161
// transactions synchronously from the native span tree (the BasicTracerProvider path defers this to
162
// the span exporter, which already buffers and debounces).
163
- _INTERNAL_setDeferSegmentSpanCapture(client, true);
+ _INTERNAL_setDeferSegmentSpanCapture(client);
164
165
if (hasSpanStreamingEnabled(client)) {
166
// Streamed spans skip the exporter, so per-span data inferred from OTel semantic conventions
0 commit comments