Performance Monitoring SDK의 구성 옵션을 정의합니다.
서명:
export interface PerformanceSettings
속성
속성 | 유형 | 설명 |
---|---|---|
dataCollectionEnabled | 부울 | 맞춤 이벤트 수집 여부입니다. |
instrumentationEnabled | 부울 | 즉시 사용 가능한 이벤트를 수집할지 여부입니다. |
PerformanceSettings.dataCollectionEnabled
맞춤 이벤트 수집 여부입니다.
서명:
dataCollectionEnabled?: boolean;
PerformanceSettings.instrumentationEnabled
즉시 사용 가능한 이벤트를 수집할지 여부입니다.
서명:
instrumentationEnabled?: boolean;