UNPKG

@sentry/react-native

Version:
6 lines (5 loc) 249 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