PerformanceSettings interface

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

Chữ ký:

export interface PerformanceSettings 

Của cải

Tài sản Kiểu Sự miêu tả
dataCollectionĐã bật boolean Có nên thu thập các sự kiện tùy chỉnh hay không.
thiết bị đo đạc đã bật boolean Có nên thu thập các sự kiện ngoài hộp hay không.

PerformanceSettings.dataCollectionEnabled

Có nên thu thập các sự kiện tùy chỉnh hay không.

Chữ ký:

dataCollectionEnabled?: boolean;

PerformanceSettings.instrumentationEnabled

Có nên thu thập các sự kiện ngoài hộp hay không.

Chữ ký:

instrumentationEnabled?: boolean;