| 1 | import { afterEach, describe, expect, it } from 'vitest'; |
| 2 | import { __mapLogLevelToSentryForTests, __shouldCaptureToSentryForTests } from '../logger.ts'; |
| 3 | import { resetShutdownStateForTests, sealSentryCapture } from '../shutdown-state.ts'; |
| 4 |
nothing calls this directly
no test coverage detected