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

Method putMetric

packages/firebase-performance/common.ts:21–21  ·  view source on GitHub ↗
(metricName: string, value: number)

Source from the content-addressed store, hash-verified

19 incrementMetric(metricName: string, incrementBy: number): void;
20 putAttribute(attribute: string, value: string): void;
21 putMetric(metricName: string, value: number): void;
22 removeMetric(metricName: string): void;
23 start();
24 stop();

Callers 1

putMetricMethod · 0.65

Implementers 3

Tracepackages/firebase-performance/index.an
Tracepackages/firebase-performance/index.io
Tracepackages/firebase-performance/index.d.

Calls

no outgoing calls

Tested by

no test coverage detected