提交 82916c8f 编写于 作者: M Matt Bierner

Pick up new app insights version

Picks up fix for https://github.com/Microsoft/ApplicationInsights-node.js/issues/433 which is blocking strict null check work on a few files
上级 a50ee96c
......@@ -27,7 +27,7 @@
"strict-null-check-watch": "tsc -p src/tsconfig.strictNullChecks.json --watch"
},
"dependencies": {
"applicationinsights": "1.0.6",
"applicationinsights": "1.0.7",
"fast-plist": "0.1.2",
"gc-signals": "^0.0.1",
"getmac": "1.4.1",
......
......@@ -474,6 +474,7 @@
"./vs/platform/telemetry/common/telemetry.ts",
"./vs/platform/telemetry/common/telemetryService.ts",
"./vs/platform/telemetry/common/telemetryUtils.ts",
"./vs/platform/telemetry/node/appInsightsAppender.ts",
"./vs/platform/telemetry/node/commonProperties.ts",
"./vs/platform/telemetry/node/telemetryIpc.ts",
"./vs/platform/telemetry/node/telemetryNodeUtils.ts",
......@@ -571,6 +572,7 @@
"./vs/workbench/parts/comments/electron-browser/commentGlyphWidget.ts",
"./vs/workbench/parts/debug/browser/debugANSIHandling.ts",
"./vs/workbench/parts/debug/browser/linkDetector.ts",
"./vs/workbench/parts/debug/node/telemetryApp.ts",
"./vs/workbench/parts/emmet/browser/actions/showEmmetCommands.ts",
"./vs/workbench/parts/emmet/browser/emmet.browser.contribution.ts",
"./vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.ts",
......
......@@ -460,10 +460,10 @@ append-buffer@^1.0.2:
dependencies:
buffer-equal "^1.0.0"
applicationinsights@1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.6.tgz#bc201810de91cea910dab34e8ad35ecde488edeb"
integrity sha512-VQT3kBpJVPw5fCO5n+WUeSx0VHjxFtD7znYbILBlVgOS9/cMDuGFmV2Br3ObzFyZUDGNbEfW36fD1y2/vAiCKw==
applicationinsights@1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.7.tgz#f8d5758b99e5c3e5b2877cfa120c2164a5cf675b"
integrity sha512-h2v03PzxrsFe/kiPt1FTRKUjVXBln2ZqCCGByeeBbFt8nkyWHfLV6pBgRRRJjMQ0IZCnayzH0lPm4XeOCqugoQ==
dependencies:
diagnostic-channel "0.2.0"
diagnostic-channel-publishers "0.2.1"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册