| 1 | import type { BaseTransportOptions, Envelope, Event, Transport, TransportMakeRequestResponse } from '@sentry/core'; |
| 2 | import { describe, expect, test } from 'bun:test'; |
| 3 | import type { NodeClient } from '../src/index'; |
| 4 | import { init } from '../src/index'; |
nothing calls this directly
no test coverage detected