UNPKG

@sentry/react-native

Version:
5 lines 243 B
import { getMainCarrier } from '@sentry/core'; export declare const getSentryCarrier: () => SentryCarrier; type SentryCarrier = Required<ReturnType<typeof getMainCarrier>>['__SENTRY__'][string]; export {}; //# sourceMappingURL=carrier.d.ts.map