update
This commit is contained in:
Родитель
a5c4f149bb
Коммит
32e7800a46
|
@ -36,6 +36,8 @@ Users can also enable Integrity Check and minimize snippet loading time by setti
|
|||
- #2377 Fix Nightly Size Tests
|
||||
- #2389 [main] fix AI Basic Sku by exporting proxy function
|
||||
- #2373 add withCredentials config
|
||||
- #2388 [main] enhance exception telemetry with optional script Information
|
||||
- !! **New config `expCfg`** is available to provide more details of exception telemetry. See more details [here](https://microsoft.github.io/ApplicationInsights-JS/exceptionTelemetry)
|
||||
|
||||
## 3.3.0 (July 1st, 2024)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-web-snippet",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.1",
|
||||
"description": "Microsoft Application Insights Web Snippet",
|
||||
"main": "dist/es5/node/applicationinsights-web-snippet.js",
|
||||
"module": "dist-es5/applicationinsights-web-snippet.js",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
},
|
||||
"@microsoft/applicationinsights-web-snippet": {
|
||||
"package": "tools/applicationinsights-web-snippet/package.json",
|
||||
"release": "1.2.2"
|
||||
"release": "1.2.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче