| 1 | import type { EventEnvelope, EventItem } from '@sentry/core'; |
| 2 | import { createEnvelope, createTransport, serializeEnvelope } from '@sentry/core'; |
| 3 | import * as http from 'http'; |
| 4 | import * as https from 'https'; |
nothing calls this directly
no test coverage detected