Skip to content

Commit ba6321c

Browse files
committed
test
1 parent 10e2a04 commit ba6321c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/src/spanProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class SentrySpanProcessor implements SpanProcessorInterface {
9191

9292
/** @inheritDoc */
9393
public onEnd(span: ReadableSpan): void {
94-
console.log('onStart', span.name, span.attributes);
94+
console.log('onEnd', span.name, span.attributes);
9595
if (span.spanContext().traceFlags !== TraceFlags.SAMPLED) {
9696
DEBUG_BUILD && logger.log(`[Tracing] Finishing unsampled span "${span.name}" (${span.spanContext().spanId})`);
9797
return;

0 commit comments

Comments
 (0)