You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`UNSTABLE_enableJsErrors`: When `true`, enables reporting of JavaScript errors (both fatal and non-fatal) via React Native's global error handler. Captures unhandled exceptions with stack traces. This feature is experimental and may change in future releases. Defaults to `false`.
104
104
-`UNSTABLE_onBeforeReportSend`: Called before an issue report is sent. Receives `{ reportType, reason, details, sessionId, fields }`.
105
105
106
+
### Previous Run Info
107
+
108
+
Use `getPreviousRunInfo()` to check whether the previous app run ended in a fatal termination.
0 commit comments