| 1 | import { getClient } from '../currentScopes'; |
| 2 | import { DEBUG_BUILD } from '../debug-build'; |
| 3 | import { addConsoleInstrumentationHandler } from '../instrument/console'; |
| 4 | import { defineIntegration } from '../integration'; |
nothing calls this directly
no test coverage detected