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 1da510d commit 80cbb9aCopy full SHA for 80cbb9a
packages/opentelemetry/src/sampler.ts
@@ -1,4 +1,4 @@
1
-import type { Attributes, Context, Span} from '@opentelemetry/api';
+import type { Attributes, Context, Span } 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