| 1 | import * as SentryCore from '@sentry/core'; |
| 2 | import type { Integration } from '@sentry/core'; |
| 3 | import { getClient } from '@sentry/core'; |
| 4 | import { beforeEach, describe, expect, test, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected