| 1 | import * as SentryNode from '@sentry/node'; |
| 2 | import { SDK_VERSION } from '@sentry/node'; |
| 3 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { init } from '../../src/server/sdk'; |
nothing calls this directly
no test coverage detected