From 32e7800a46a10a0cc284b7cae536848f333dc3ed Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Wed, 7 Aug 2024 11:07:09 -0700 Subject: [PATCH] update --- RELEASES.md | 2 ++ tools/applicationinsights-web-snippet/package.json | 2 +- version.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 480a05a6..90d3a676 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/tools/applicationinsights-web-snippet/package.json b/tools/applicationinsights-web-snippet/package.json index c8d38a55..9afc37ab 100644 --- a/tools/applicationinsights-web-snippet/package.json +++ b/tools/applicationinsights-web-snippet/package.json @@ -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", diff --git a/version.json b/version.json index e524bd23..712f0ed1 100644 --- a/version.json +++ b/version.json @@ -102,7 +102,7 @@ }, "@microsoft/applicationinsights-web-snippet": { "package": "tools/applicationinsights-web-snippet/package.json", - "release": "1.2.2" + "release": "1.2.1" } } }