| 1 | import type { DebugImage, Event, IntegrationFn, StackFrame } from '@sentry/core'; |
| 2 | import { defineIntegration, GLOBAL_OBJ } from '@sentry/core'; |
| 3 | import { patchWebAssembly } from './patchWebAssembly'; |
| 4 | import { getImage, getImages, registerModule } from './registry'; |
nothing calls this directly
no test coverage detected