MCPcopy Create free account
hub / github.com/NativeScript/firebase / ICrashlytics

Interface ICrashlytics

packages/firebase-crashlytics/common.ts:2–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { FirebaseApp } from '@nativescript/firebase-core';
2export interface ICrashlytics {
3 readonly app: FirebaseApp;
4 checkForUnsentReports(): Promise<boolean>;
5 crash(): void;
6 deleteUnsentReports();
7 didCrashOnPreviousExecution(): boolean;
8 log(message: string): void;
9 recordError(error: any): void;
10 sendUnsentReports(): void;
11 setAttribute(name: string, value: string | number | boolean);
12 setAttributes(attributes: { [key: string]: string | number | boolean });
13 setCrashlyticsCollectionEnabled(enabled: boolean);
14 setUserId(userId: string);
15}

Callers 27

checkForUnsentReportsMethod · 0.65
checkForUnsentReportsMethod · 0.65
crashMethod · 0.65
crashMethod · 0.65
crashMethod · 0.65
deleteUnsentReportsMethod · 0.65
deleteUnsentReportsMethod · 0.65
build-finish.tsFile · 0.65
buildAngularFunction · 0.65
copyAngularDistFunction · 0.65
finishPreparationFunction · 0.65

Implementers 3

Crashlyticspackages/firebase-crashlytics/index.an
Crashlyticspackages/firebase-crashlytics/index.io
Crashlyticspackages/firebase-crashlytics/index.d.

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…