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

Method newTrace

packages/firebase-performance/index.android.ts:137–139  ·  view source on GitHub ↗
(identifier: string)

Source from the content-addressed store, hash-verified

135 return HttpMetric.fromNative(this.native.newHttpMetric(url, httpMethod));
136 }
137 newTrace(identifier: string): Trace {
138 return Trace.fromNative(this.native.newTrace(identifier));
139 }
140
141 startTrace(identifier: string): Trace {
142 const trace = this.newTrace(identifier);

Callers 1

startTraceMethod · 0.95

Calls 2

newTraceMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected