| 1 | import type { Integration } from '@sentry/core'; |
| 2 | import { GLOBAL_OBJ } from '@sentry/core'; |
| 3 | import * as SentryVercelEdge from '@sentry/vercel-edge'; |
| 4 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected