Skip to content

Commit

Permalink
Fix Span type in onStart
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Nov 9, 2023
1 parent 1d8b9b0 commit 6807faf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Context, propagation } from '@opentelemetry/api';
import { NoopSpanProcessor, Span } from '@opentelemetry/sdk-trace-base';
import { Context, Span, propagation } from '@opentelemetry/api';
import { NoopSpanProcessor } from '@opentelemetry/sdk-trace-base';

export class BaggageSpanProcessor extends NoopSpanProcessor {
override onStart(span: Span, parentContext: Context): void {
Expand Down

0 comments on commit 6807faf

Please sign in to comment.