PerformanceSettings interface

מגדיר אפשרויות תצורה עבור SDK לניטור ביצועים.

חֲתִימָה:

export interface PerformanceSettings 

נכסים

תכונה סוּג תיאור
DataCollectionEnabled בוליאני האם לאסוף אירועים מותאמים אישית.
מכשור מופעל בוליאני האם לאסוף אירועים מהקופסה.

PerformanceSettings.dataCollectionEnabled

האם לאסוף אירועים מותאמים אישית.

חֲתִימָה:

dataCollectionEnabled?: boolean;

PerformanceSettings.instrumentationEnabled

האם לאסוף אירועים מהקופסה.

חֲתִימָה:

instrumentationEnabled?: boolean;