enableCrashReporting method

CountlyConfig enableCrashReporting()

Call to enable uncaught crash reporting

Implementation

CountlyConfig enableCrashReporting() {
  _enableUnhandledCrashReporting = true;
  return this;
}