This commit is contained in:
siyuniu-ms 2023-03-07 16:03:27 -08:00 коммит произвёл GitHub
Родитель ed8b35150a 0eb7dc47d8
Коммит 0c02d22719
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -238,7 +238,7 @@ All autocollection is ON by default. The full version of the Application Insight
- Exception details and message accompanying the error
- Line & column number of error
- URL where error was raised
- **Network Dependency Requests** made by your app **XHR** and **Fetch** (fetch collection is disabled by default) requests, include information on
- **Network Dependency Requests** made by your app **XHR** and **Fetch** (fetch collection is enabled by default) requests, include information on
- Url of dependency source
- Command & Method used to request the dependency
- Duration of the request

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

@ -87,7 +87,7 @@ export interface IConfig {
/**
* If true, Fetch requests are not autocollected. Default is false (Since 2.8.0, previously true).
* @defaultValue true
* @defaultValue false
*/
disableFetchTracking?: boolean;