| 1 | import type { Client, Span } from '@sentry/core'; |
| 2 | import { SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core'; |
| 3 | import * as SentryCore from '@sentry/core'; |
| 4 | import * as SentryNode from '@sentry/node'; |
nothing calls this directly
no test coverage detected