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 b55dd07 commit c9a01ffCopy full SHA for c9a01ff
packages/opentelemetry-node/src/spanprocessor.ts
@@ -83,7 +83,7 @@ export class SentrySpanProcessor implements OtelSpanProcessor {
83
// In this case, we do not want to finish the span, in order to avoid sending it to Sentry
84
if (isSentryRequestSpan(otelSpan)) {
85
// Make sure to remove any references, so this can be GCed
86
- this._map.delete(otelSpanId);
+ SENTRY_SPAN_PROCESSOR_MAP.delete(otelSpanId);
87
return;
88
}
89
0 commit comments