| 1 | import type { DebugImage, Integration, IntegrationFn } from '@sentry/core/browser'; |
| 2 | import { captureEvent, debug, defineIntegration, getClient, isPlainObject, isPrimitive } from '@sentry/core/browser'; |
| 3 | import { DEBUG_BUILD } from '../debug-build'; |
| 4 | import { eventFromUnknownInput } from '../eventbuilder'; |
nothing calls this directly
no test coverage detected