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

Method crashedLastRun

packages/core/src/js/NativeRNSentry.ts:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 captureReplay(isHardCrash: boolean): Promise<string | undefined | null>;
55 getCurrentReplayId(): string | undefined | null;
56 crashedLastRun(): Promise<boolean | undefined | null>;
57 getDataFromUri(uri: string): Promise<number[]>;
58 popTimeToDisplayFor(key: string): Promise<number | undefined | null>;
59 setActiveSpanId(spanId: string): boolean;

Callers 6

crashedLastRunMethod · 0.65
crashedLastRunMethod · 0.65
wrapper.test.tsFile · 0.65
crashedLastRunFunction · 0.65
ErrorsScreenFunction · 0.65
ErrorsScreenFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected