UNPKG

@sentry/react-native

Version:
14 lines (13 loc) 375 B
/** * Example of error handling with Sentry integration. */ export declare const tryCatchExample: () => void; /** * Example of an uncaught error causing a crash from JS. */ export declare const uncaughtErrorExample: () => void; /** * Example of a native crash. */ export declare const nativeCrashExample: () => void; //# sourceMappingURL=examples.d.ts.map