| 1 | import type { Event, EventProcessor } from '@sentry/core'; |
| 2 | import * as SentryNode from '@sentry/node'; |
| 3 | import { getGlobalScope, Scope, SDK_VERSION } from '@sentry/node'; |
| 4 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected