From 977fcd5658b5b59f1a474e32233919273fcd3155 Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:29:40 -0700 Subject: [PATCH] [main][snippet] prepare new snippet release, add support for more config (#2365) --- README.md | 2 +- common/config/rush/npm-shrinkwrap.json | 258 +++++++++--------- examples/shared-worker/package.json | 2 +- gruntfile.js | 28 +- .../applicationinsights-web-snippet/README.md | 19 +- .../package.json | 5 +- .../src/applicationinsights-web-snippet.ts | 29 +- .../src/type.ts | 10 +- version.json | 2 +- 9 files changed, 200 insertions(+), 155 deletions(-) diff --git a/README.md b/README.md index 235410abf..42a27f182 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ appInsights.trackPageView(); // Manually call trackPageView to establish the cur If your app does not use NPM, you can directly instrument your webpages with Application Insights by pasting this snippet at the top of each your pages. Preferably, it should be the first script in your `` section so that it can monitor any potential issues with all of your dependencies. -The current version of the snippet is version 7, the version is identified by the "sv:" in the script. +The current version of the snippet is version 8, the version is identified by the "sv:" in the script. ```html