| 1 | import { trace } from '@opentelemetry/api'; |
| 2 | import type { BasicTracerProvider, ReadableSpan } from '@opentelemetry/sdk-trace-base'; |
| 3 | import type { Span } from '@sentry/core'; |
| 4 | import { afterEach, beforeEach, describe, expect, it } from 'vitest'; |
nothing calls this directly
no test coverage detected