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

Method setAttributes

packages/firebase-crashlytics/common.ts:12–12  ·  view source on GitHub ↗
(attributes: { [key: string]: string | number | boolean })

Source from the content-addressed store, hash-verified

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 2

setAttributesMethod · 0.65
logErrorMethod · 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