| 1 | import { Session as InspectorSession } from 'node:inspector'; |
| 2 | import { parentPort, workerData } from 'node:worker_threads'; |
| 3 | import type { DebugImage, Event, ScopeData, Session, StackFrame } from '@sentry/core'; |
| 4 | import { |
nothing calls this directly
no test coverage detected