Skip to content

Commit

Permalink
Merge branch 'ChromeDebugExtension' of https://github.com/microsoft/A…
Browse files Browse the repository at this point in the history
…pplicationInsights-JS into ChromeDebugExtension
  • Loading branch information
KevBrown-MSFT committed Oct 22, 2021
2 parents 8d0aae6 + 2df0b98 commit 1f16954
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
108 changes: 54 additions & 54 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/chrome-debug-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "Telemetry Viewer",
"short_name": "Telemetry Viewer",
"description": "A browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
"version": "0.1.1",
"version_name": "0.1.1",
"version": "0.1.2",
"version_name": "0.1.2",
"manifest_version": 2,
"icons": {
"16": "images/icon-16.png",
Expand Down
2 changes: 1 addition & 1 deletion tools/chrome-debug-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-chrome-debug-extension",
"version": "0.1.1",
"version": "0.1.2",
"description": "A chrome based browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
"main": "index.ts",
"module": "index.ts",
Expand Down

0 comments on commit 1f16954

Please sign in to comment.