| 1 | import type { ProfilingIntegration, Transport } from '@sentry/core'; |
| 2 | import * as Sentry from '@sentry/node'; |
| 3 | import { CpuProfilerBindings } from '@sentry/node-cpu-profiler'; |
| 4 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected