| 1 | import { ProxyTracer } from '@opentelemetry/api'; |
| 2 | import * as opentelemetryInstrumentationPackage from '@opentelemetry/instrumentation'; |
| 3 | import type { Event, EventHint, Log } from '@sentry/core'; |
| 4 | import { getCurrentScope, getGlobalScope, getIsolationScope, Scope, SDK_VERSION } from '@sentry/core'; |
nothing calls this directly
no test coverage detected