| 1 | import { getClient, metrics, setCurrentClient } from '@sentry/core'; |
| 2 | |
| 3 | import { ReactNativeClient } from '../src/js'; |
| 4 | import { mobileReplayIntegration } from '../src/js/replay/mobilereplay'; |
nothing calls this directly
no test coverage detected