enableDebug is improperly said to instantly flush telemetry and does not describe the correct behavior
This commit is contained in:
James Davis 2017-07-20 16:14:01 -04:00 коммит произвёл GitHub
Родитель 0aa96d91a0
Коммит 7ab4667ef8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -229,7 +229,7 @@ Values that control how the telemetry data is sent.
// Default 15s
maxBatchInterval: number;
// If true, data is sent immediately and not batched.
// If true, debugging data is thrown as an exception by the logger. Default false.
enableDebug: boolean;
// If true, telemetry data is not collected or sent. Default false.