| 1 | import * as SentryCore from '@sentry/core'; |
| 2 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import type { ResponseMiddlewareResponse } from '../../src/server'; |
| 4 | import { sentryBeforeResponseMiddleware } from '../../src/server'; |
nothing calls this directly
no test coverage detected