| 1 | import * as sentryCore from '@sentry/core'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import { getInstrumented } from '../src/instrument'; |
| 4 | import * as sdk from '../src/sdk'; |
nothing calls this directly
no test coverage detected