Disabling/Enabling Crash Reporting
This page details the API for disabling and enabling crash reporting.
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 plan.
CrashReporting.enabled = false
IBGCrashReporting.enabled = NO;
Disabling Crash Reporting
In case you need to disable Crash Reporting, it should be disabled before Instabug is initialized (before
startWithToken:
)
Updated about 3 years ago