| 1 | import { AsyncLocalStorage } from 'node:async_hooks'; |
| 2 | import { tracingChannel } from 'node:diagnostics_channel'; |
| 3 | import type { Scope, Span } from '@sentry/core'; |
| 4 | import * as SentryCore from '@sentry/core'; |
nothing calls this directly
no test coverage detected