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 10e2a04 commit ba6321cCopy full SHA for ba6321c
packages/opentelemetry/src/spanProcessor.ts
@@ -91,7 +91,7 @@ export class SentrySpanProcessor implements SpanProcessorInterface {
91
92
/** @inheritDoc */
93
public onEnd(span: ReadableSpan): void {
94
- console.log('onStart', span.name, span.attributes);
+ console.log('onEnd', span.name, span.attributes);
95
if (span.spanContext().traceFlags !== TraceFlags.SAMPLED) {
96
DEBUG_BUILD && logger.log(`[Tracing] Finishing unsampled span "${span.name}" (${span.spanContext().spanId})`);
97
return;
0 commit comments