This commit is contained in:
Karlie Li 2024-08-07 11:07:09 -07:00
Родитель a5c4f149bb
Коммит 32e7800a46
3 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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"
}
}
}