| 1 | import type { BrowserClient } from '@sentry/svelte'; |
| 2 | import * as SentrySvelte from '@sentry/svelte'; |
| 3 | import { getClient, getCurrentScope, getGlobalScope, getIsolationScope, SDK_VERSION } from '@sentry/svelte'; |
| 4 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected