| 1 | import type { ProfileChunk, ProfilingIntegration, Transport } from '@sentry/core'; |
| 2 | import { createEnvelope, debug, getMainCarrier, GLOBAL_OBJ } from '@sentry/core'; |
| 3 | import * as Sentry from '@sentry/node'; |
| 4 | import type { NodeClientOptions } from '@sentry/node/build/types/types'; |
nothing calls this directly
no test coverage detected