| 1 | import * as SentryBrowser from '@sentry/browser'; |
| 2 | import { getCurrentScope, getGlobalScope, getIsolationScope, SDK_VERSION } from '@sentry/browser'; |
| 3 | import * as SentryCore from '@sentry/core'; |
| 4 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected