| 1 | import type { Integration } from '@sentry/core'; |
| 2 | import { debug, getGlobalScope, getIsolationScope, SentryNonRecordingSpan } from '@sentry/core'; |
| 3 | import * as SentryReact from '@sentry/react'; |
| 4 | import { getClient, getCurrentScope, WINDOW } from '@sentry/react'; |
nothing calls this directly
no test coverage detected