Disabling/Enabling Crash Reporting
Use a single Luciq API to stop or resume crash reports from your React Native app. Crash reporting is on by default when your plan includes it.
CrashReporting.setEnabled(false);Last updated
Use a single Luciq API to stop or resume crash reports from your React Native app. Crash reporting is on by default when your plan includes it.
This page details the API for disabling and enabling crash reporting for your React Native app.
Luciq Crash Reporting can be disabled with the following method. This will completely prevent any crash report from being sent to your dashboard. By default, crash reporting is enabled if it is available in your current subscription plan.
CrashReporting.setEnabled(false);Updated 8 days ago
Last updated