| 1 | import * as SentryCore from '@sentry/core'; |
| 2 | import { Hono } from 'hono'; |
| 3 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { patchAppUse, patchHttpMethodHandlers } from '../../src/shared/patchAppUse'; |
nothing calls this directly
no test coverage detected