You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[getCrashlytics(app, options)](./crashlytics_.md#getcrashlytics_a9d22a1)| Returns the default [Crashlytics](./crashlytics_.crashlytics.md#crashlytics_interface) instance that is associated with the provided [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface)<!---->. If no instance exists, initializes a new instance with the default settings. |
20
20
| <b>function(crashlytics, ...)</b> |
21
-
|[captureError(crashlytics, error, attributes)](./crashlytics_.md#captureerror_6824e74)| Enqueues an error to be uploaded to the Firebase Crashlytics API. |
22
21
|[flush(crashlytics)](./crashlytics_.md#flush_16fdf66)| Flushes all enqueued Crashlytics data immediately, instead of waiting for default batching. |
22
+
|[recordError(crashlytics, error, attributes)](./crashlytics_.md#recorderror_6824e74)| Enqueues an error to be uploaded to the Firebase Crashlytics API. |
23
23
| <b>function(crashlyticsOptions, ...)</b> |
24
24
|[nextOnRequestError(crashlyticsOptions)](./crashlytics_.md#nextonrequesterror_3caf5de)| Automatically report uncaught errors from server routes to Firebase Crashlytics. |
0 commit comments