| 1 | import type { Event } from '@sentry/core'; |
| 2 | import { addItemToEnvelope, createEnvelope, uuid4 } from '@sentry/core'; |
| 3 | import type { RawThreadCpuProfile } from '@sentry/node-cpu-profiler'; |
| 4 | import { describe, expect, it } from 'vitest'; |
nothing calls this directly
no test coverage detected