Crash Reporting Event Handlers
Covered here is how to set up the event handlers that fire before every crash report is sent so a specific block of code is executed in your React Native app.
Before sending a report
Luciq.onReportSubmitHandler(function () {
// Attach logs and extra data to reports.
});Last updated