Коммит
0c02d22719
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче