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 b99c2a3 commit 46bb0c7Copy full SHA for 46bb0c7
packages/opentelemetry/src/sampler.ts
@@ -1,4 +1,4 @@
1
-import type { Attributes, Context, Span , TraceState as TraceStateInterface} from '@opentelemetry/api';
+import type { Attributes, Context, Span, TraceState as TraceStateInterface } from '@opentelemetry/api';
2
import { SpanKind } from '@opentelemetry/api';
3
import { isSpanContextValid, trace } from '@opentelemetry/api';
4
import { TraceState } from '@opentelemetry/core';
0 commit comments