We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce1d66 commit eb3da20Copy full SHA for eb3da20
packages/sentry/wrapper.android.d.ts
@@ -43,4 +43,5 @@ export declare namespace NATIVE {
43
function setContext(key: string, context: {
44
[key: string]: any;
45
} | null): void;
46
+ function crashedLastRun(): Promise<java.lang.Boolean>;
47
}
0 commit comments