| 1 | import { setCurrentClient } from '@sentry/browser'; |
| 2 | import { afterEach, describe, expect, it, test, vi } from 'vitest'; |
| 3 | import { attachErrorHandler } from '../src/errorhandler'; |
| 4 | import type { Operation, Options, ViewModel, Vue } from '../src/types'; |
nothing calls this directly
no test coverage detected