FirebasePerformance interface

The Firebase Performance Monitoring service interface.

Signature:

export interface FirebasePerformance 

Properties

Property Type Description
app FirebaseApp The FirebaseApp this FirebasePerformance instance is associated with.
dataCollectionEnabled boolean Controls the logging of custom traces.
instrumentationEnabled boolean Controls the logging of automatic traces and HTTP/S network monitoring.

FirebasePerformance.app

The FirebaseApp this FirebasePerformance instance is associated with.

Signature:

app: FirebaseApp;

FirebasePerformance.dataCollectionEnabled

Controls the logging of custom traces.

Signature:

dataCollectionEnabled: boolean;

FirebasePerformance.instrumentationEnabled

Controls the logging of automatic traces and HTTP/S network monitoring.

Signature:

instrumentationEnabled: boolean;