| 1 | import { context, diag, DiagLogLevel, propagation, trace } from '@opentelemetry/api'; |
| 2 | import { BasicTracerProvider } from '@opentelemetry/sdk-trace-base'; |
| 3 | import type { Client, Integration, Options } from '@sentry/core'; |
| 4 | import { |
nothing calls this directly
no test coverage detected