Defines configuration options for the Performance Monitoring SDK.
Signature:
export interface PerformanceSettings
Properties
Property | Type | Description |
---|---|---|
dataCollectionEnabled | boolean | Whether to collect custom events. |
instrumentationEnabled | boolean | Whether 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;