| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | import { BrowserClient, setCurrentClient } from '../../src'; |
| 3 | import { reportPageLoaded } from '../../src/tracing/reportPageLoaded'; |
| 4 | import { getDefaultBrowserClientOptions } from '../helper/browser-client-options'; |
nothing calls this directly
no test coverage detected