@sentry/react-native
Version:
Official Sentry SDK for react-native
12 lines (11 loc) • 352 B
TypeScript
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