MCPcopy
hub / github.com/getsentry/sentry-react-native / crashedLastRun

Function crashedLastRun

packages/core/src/js/sdk.tsx:316–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 * Returns if the app crashed in the last run.
315 */
316export async function crashedLastRun(): Promise<boolean | null> {
317 return NATIVE.crashedLastRun();
318}
319
320/**
321 * Pauses app hang tracking on iOS.

Callers 1

Calls 1

crashedLastRunMethod · 0.65

Tested by

no test coverage detected