[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]