Update the comment for the default DistributedTracingModes to be accurate (#1027)

This commit is contained in:
travism-lgm 2022-10-28 09:44:21 -07:00 коммит произвёл GitHub
Родитель 5b7f145203
Коммит 7314a97a20
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -23,13 +23,13 @@ export import azureFunctionsTypes = require("./Library/Functions");
export enum DistributedTracingModes {
/**
* (Default) Send Application Insights correlation headers
* Send Application Insights correlation headers
*/
AI = 0,
/**
* Send both W3C Trace Context headers and back-compatibility Application Insights headers
* (Default) Send both W3C Trace Context headers and back-compatibility Application Insights headers
*/
AI_AND_W3C
}