Skip to content

Commit f3f6d8a

Browse files
serhalppieh
andauthored
Update src/run/handlers/tracer.cts
Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 6b98b25 commit f3f6d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/handlers/tracer.cts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Here we need to actually import `trace` from @opentelemetry/api to add extra wrappers
22
// other places should import `getTracer` from this module
33
// eslint-disable-next-line no-restricted-imports
4-
import { type Span, trace, Tracer } from '@opentelemetry/api'
4+
import { type Span, trace, type Tracer } from '@opentelemetry/api'
55
import { type SugaredTracer, wrapTracer } from '@opentelemetry/api/experimental'
66

77
import { getRequestContext, type RequestContext } from './request-context.cjs'

0 commit comments

Comments
 (0)