| 1 | import { type ExecutionContext } from '@cloudflare/workers-types'; |
| 2 | import * as sentryCore from '@sentry/core'; |
| 3 | import { type Client } from '@sentry/core'; |
| 4 | import { describe, expect, it, onTestFinished, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected