| 1 | import { captureException, getClient } from '@sentry/core'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, type Mock, test, vi } from 'vitest'; |
| 3 | import type { ComponentPublicInstance } from 'vue'; |
| 4 | import { extractErrorContext, reportNuxtError } from '../../src/runtime/utils'; |
nothing calls this directly
no test coverage detected