[[["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,["# PerformanceSettings interface\n\nDefines configuration options for the Performance Monitoring SDK.\n\n**Signature:** \n\n export interface PerformanceSettings \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------|---------|-------------------------------------------|\n| [dataCollectionEnabled](./performance.performancesettings.md#performancesettingsdatacollectionenabled) | boolean | Whether to collect custom events. |\n| [instrumentationEnabled](./performance.performancesettings.md#performancesettingsinstrumentationenabled) | boolean | Whether to collect out of the box events. |\n\nPerformanceSettings.dataCollectionEnabled\n-----------------------------------------\n\nWhether to collect custom events.\n\n**Signature:** \n\n dataCollectionEnabled?: boolean;\n\nPerformanceSettings.instrumentationEnabled\n------------------------------------------\n\nWhether to collect out of the box events.\n\n**Signature:** \n\n instrumentationEnabled?: boolean;"]]