| 1 | import SentryCli from '@sentry/cli'; |
| 2 | import type { Client } from '@sentry/core'; |
| 3 | import type { ServerRuntimeClientOptions } from '@sentry/core'; |
| 4 | import { applySdkMetadata, ServerRuntimeClient } from '@sentry/core'; |
nothing calls this directly
no test coverage detected