Deletes any unsent reports on the device. This method only applies if automatic data collection is disabled.
const crashlytics = getCrashlytics();deleteUnsentReports(crashlytics); Copy
const crashlytics = getCrashlytics();deleteUnsentReports(crashlytics);
A crashlytics instance.
Deletes any unsent reports on the device. This method only applies if automatic data collection is disabled.
Example