FirebasePerformance interface
Stay organized with collections
Save and categorize content based on your preferences.
The Firebase Performance Monitoring service interface.
Signature:
export interface FirebasePerformance
Properties
The FirebaseApp this FirebasePerformance
instance is associated with.
Signature:
app: FirebaseApp;
Controls the logging of custom traces.
Signature:
dataCollectionEnabled: boolean;
Controls the logging of automatic traces and HTTP/S network monitoring.
Signature:
instrumentationEnabled: boolean;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-22 UTC.
[null,null,["Last updated 2022-07-22 UTC."],[],[],null,["# FirebasePerformance interface\n\nThe Firebase Performance Monitoring service interface.\n\n**Signature:** \n\n export interface FirebasePerformance \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|\n| [app](./performance.firebaseperformance.md#firebaseperformanceapp) | [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) | The [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) this `FirebasePerformance` instance is associated with. |\n| [dataCollectionEnabled](./performance.firebaseperformance.md#firebaseperformancedatacollectionenabled) | boolean | Controls the logging of custom traces. |\n| [instrumentationEnabled](./performance.firebaseperformance.md#firebaseperformanceinstrumentationenabled) | boolean | Controls the logging of automatic traces and HTTP/S network monitoring. |\n\nFirebasePerformance.app\n-----------------------\n\nThe [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) this `FirebasePerformance` instance is associated with.\n\n**Signature:** \n\n app: FirebaseApp;\n\nFirebasePerformance.dataCollectionEnabled\n-----------------------------------------\n\nControls the logging of custom traces.\n\n**Signature:** \n\n dataCollectionEnabled: boolean;\n\nFirebasePerformance.instrumentationEnabled\n------------------------------------------\n\nControls the logging of automatic traces and HTTP/S network monitoring.\n\n**Signature:** \n\n instrumentationEnabled: boolean;"]]