PerformanceSettings interface

Xác định các lựa chọn cấu hình cho SDK giám sát hiệu suất.

Chữ ký:

export interface PerformanceSettings 

Thuộc tính

Tài sản Loại Mô tả
dataCollectionEnabled boolean Liệu có thu thập sự kiện tuỳ chỉnh hay không.
InstrumentationEnabled boolean Có thu thập các sự kiện có sẵn hay không.

PerformanceSettings.dataCollectionEnabled

Liệu có thu thập sự kiện tuỳ chỉnh hay không.

Chữ ký:

dataCollectionEnabled?: boolean;

PerformanceSettings.InstrumentationEnabled

Có thu thập các sự kiện có sẵn hay không.

Chữ ký:

instrumentationEnabled?: boolean;