@sentry/react-native
Version:
Official Sentry SDK for react-native
14 lines (13 loc) • 375 B
TypeScript
/**
* 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