| 1 | import type { Client } from '@sentry/core/browser'; |
| 2 | import * as utils from '@sentry/core/browser'; |
| 3 | import * as browserUtils from '@sentry/browser-utils'; |
| 4 | import type { MockInstance } from 'vitest'; |
nothing calls this directly
no test coverage detected