@sentry/react-native
Version:
Official Sentry SDK for react-native
12 lines (11 loc) • 441 B
TypeScript
import type { EnvelopeItem } from '@sentry/core';
type EnvelopeItemPayload = EnvelopeItem[1];
/**
* Extracts the hard crash information from the event exceptions.
* No exceptions or undefined handled are not hard crashes.
*
* Hard crashes are only unhandled error, not user set unhandled mechanisms.
*/
export declare function isHardCrash(payload: EnvelopeItemPayload): boolean;
export {};
//# sourceMappingURL=misc.d.ts.map