From 42eaa082ee3ad1d6e451aa3d910d41575e1b3e4d Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Tue, 18 Feb 2025 18:17:48 -0800 Subject: [PATCH 1/2] change cfg sample rate --- tools/config/config.json | 2 +- tools/config/package.json | 2 +- tools/config/test-config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/config/config.json b/tools/config/config.json index 254e324f7..47401d0b2 100644 --- a/tools/config/config.json +++ b/tools/config/config.json @@ -53,7 +53,7 @@ "110": { "disabled": false, "limit": { - "samplingRate": 200000, + "samplingRate": 300000, "maxSendNumber": 1 }, "interval": { diff --git a/tools/config/package.json b/tools/config/package.json index 2bdf22d1c..8af471eb1 100644 --- a/tools/config/package.json +++ b/tools/config/package.json @@ -1,7 +1,7 @@ { "name": "applicationinsights-web-config", "description": "Application Insights JavaScript SDK - Web Config for CfgSync Plugin", - "version": "1.0.3", + "version": "1.0.4", "copyright": "(c) Microsoft and contributors. All rights reserved.", "author": "Microsoft Application Insights Team", "repository": { diff --git a/tools/config/test-config.json b/tools/config/test-config.json index 3f18135ec..f6a47dc01 100644 --- a/tools/config/test-config.json +++ b/tools/config/test-config.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.0.3", "enabled": true, "featureOptIn": { "iKeyUsage": { From 8818c4afa89c5fcd534949a0517928643e003465 Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Tue, 18 Feb 2025 18:20:40 -0800 Subject: [PATCH 2/2] update --- tools/config/test-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/test-config.json b/tools/config/test-config.json index f6a47dc01..3f18135ec 100644 --- a/tools/config/test-config.json +++ b/tools/config/test-config.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.2", "enabled": true, "featureOptIn": { "iKeyUsage": {