Performance Monitoring SDK の構成オプションを定義します。
署名:
export interface PerformanceSettings
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
dataCollectionEnabled | ブール値 | カスタム イベントを収集するかどうか。 |
instrumentationEnabled | ブール値 | すぐに使用できるイベントを収集するかどうか。 |
PerformanceSettings.dataCollectionEnabled
カスタム イベントを収集するかどうか。
署名:
dataCollectionEnabled?: boolean;
PerformanceSettings.instrumentationEnabled
すぐに使用できるイベントを収集するかどうか。
署名:
instrumentationEnabled?: boolean;