| 1 | /* eslint-disable typescript/no-deprecated */ |
| 2 | import type { Span, TimeInput } from '@opentelemetry/api'; |
| 3 | import { context, ROOT_CONTEXT, SpanKind, trace, TraceFlags } from '@opentelemetry/api'; |
| 4 | import type { ReadableSpan } from '@opentelemetry/sdk-trace-base'; |
nothing calls this directly
no test coverage detected