Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
316
export async function crashedLastRun(): Promise<boolean | null> {
317
return NATIVE.crashedLastRun();
318
}
319
320
/**
321
* Pauses app hang tracking on iOS.
Callers
1
sdk.withclient.test.ts
File · 0.90
Calls
1
crashedLastRun
Method · 0.65
Tested by
no test coverage detected