| 1 | import * as SentryCore from '@sentry/core'; |
| 2 | import type { EventHandler, EventHandlerRequest, H3Event } from 'h3'; |
| 3 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { wrapMiddlewareHandlerWithSentry } from '../../../src/runtime/hooks/wrapMiddlewareHandler'; |
nothing calls this directly
no test coverage detected