PerformanceSettings interface

Defines configuration options for the Performance Monitoring SDK.

Signature:

exportinterfacePerformanceSettings

Properties

PropertyTypeDescription
dataCollectionEnabledbooleanWhether to collect custom events.
instrumentationEnabledbooleanWhether to collect out of the box events.

PerformanceSettings.dataCollectionEnabled

Whether to collect custom events.

Signature:

dataCollectionEnabled?:boolean;

PerformanceSettings.instrumentationEnabled

Whether to collect out of the box events.

Signature:

instrumentationEnabled?:boolean;