| 1 | import * as SentryCore from '@sentry/core/browser'; |
| 2 | import { describe, expect, it, vi } from 'vitest'; |
| 3 | import { breadcrumbsIntegration, BrowserClient, flush } from '../../src'; |
| 4 | import { getDefaultBrowserClientOptions } from '../helper/browser-client-options'; |
nothing calls this directly
no test coverage detected