PerformanceSettings interface

Performance Monitoring SDK の構成オプションを定義します。

サイン:

export interface PerformanceSettings 

プロパティ

財産タイプ説明
データコレクション有効ブール値カスタム イベントを収集するかどうか。
インストルメンテーション有効ブール値すぐに使えるイベントを収集するかどうか。

PerformanceSettings.dataCollectionEnabled

カスタム イベントを収集するかどうか。

サイン:

dataCollectionEnabled?: boolean;

PerformanceSettings.instrumentationEnabled

すぐに使えるイベントを収集するかどうか。

サイン:

instrumentationEnabled?: boolean;