Skip to content

Commit 97b71ce

Browse files
committed
Drop the removed deferral opt-out argument in initOtel
1 parent 5df098e commit 97b71ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/node/src/sdk/initOtel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function setupSentryTracerProvider(
160160
// time to be included instead of dropped. Scoped to the SentryTracerProvider path, which assembles
161161
// transactions synchronously from the native span tree (the BasicTracerProvider path defers this to
162162
// the span exporter, which already buffers and debounces).
163-
_INTERNAL_setDeferSegmentSpanCapture(client, true);
163+
_INTERNAL_setDeferSegmentSpanCapture(client);
164164

165165
if (hasSpanStreamingEnabled(client)) {
166166
// Streamed spans skip the exporter, so per-span data inferred from OTel semantic conventions

0 commit comments

Comments
 (0)