Cause your app to crash for testing purposes. This is a native crash and will not contain a javascript stack trace. Note that crashes are intercepted by debuggers on iOS so no report will be seen under those conditions. Additionally if it is a debug build you will need to ensure your firebase.json is configured to enable crashlytics even in debug mode.
Deletes any unsent reports on the device. This method only applies if automatic data collection is disabled.
Returns a boolean value indicating whether the app crashed during the previous execution.
Log a message that will appear in any subsequent Crash or Non-fatal error reports.
Record a JavaScript Error.
Enqueues any unsent reports on the device to upload to Crashlytics. This method only applies if automatic data collection is disabled.
Sets a string value to be associated with the given attribute name which will be visible in the Firebase Crashlytics console.
Like setAttribute but for multiple attributes.
Enable/disable Crashlytics reporting.
Specify a user identifier which will be visible in the Firebase Crashlytics console.
Determines whether there are any unsent crash reports cached on the device. The callback only executes if automatic data collection is disabled.