| 1 | import type { DebugImage, StackFrame } from '@sentry/core'; |
| 2 | import { GLOBAL_OBJ } from '@sentry/core'; |
| 3 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { patchFrames, registerWebWorkerWasm } from '../src/index'; |
nothing calls this directly
no test coverage detected