We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b98b25 commit f3f6d8aCopy full SHA for f3f6d8a
src/run/handlers/tracer.cts
@@ -1,7 +1,7 @@
1
// Here we need to actually import `trace` from @opentelemetry/api to add extra wrappers
2
// other places should import `getTracer` from this module
3
// eslint-disable-next-line no-restricted-imports
4
-import { type Span, trace, Tracer } from '@opentelemetry/api'
+import { type Span, trace, type Tracer } from '@opentelemetry/api'
5
import { type SugaredTracer, wrapTracer } from '@opentelemetry/api/experimental'
6
7
import { getRequestContext, type RequestContext } from './request-context.cjs'
0 commit comments