UNPKG

@sentry/react-native

Version:
11 lines 340 B
import type { Integration } from '@sentry/core'; interface LinkedErrorsOptions { key: string; limit: number; } /** * Processes JS and RN native linked errors. */ export declare const nativeLinkedErrorsIntegration: (options?: Partial<LinkedErrorsOptions>) => Integration; export {}; //# sourceMappingURL=nativelinkederrors.d.ts.map