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