You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`SentrySpanProcessor could not find parent span with OTEL-spanId ${otelParentSpanId}. Dropping the span with OTEL-spanID ${otelSpanId}...`,
90
+
`SentrySpanProcessor could not find parent span with OTEL-spanId ${otelParentSpanId}. Dropping the span "${otelSpan.name}" with OTEL-spanID ${otelSpanId}...`,
91
91
);
92
92
return;
93
93
}
@@ -112,6 +112,10 @@ export class SentrySpanProcessor implements OtelSpanProcessor {
0 commit comments