Send telemetry only to vortex (#22867)

* Send telemetry only to vortex

* Updating distro commit in package.json
This commit is contained in:
Ramya Rao
2017-03-20 19:30:35 -07:00
committed by GitHub
parent f841b4c49b
commit b597b12357
4 changed files with 1 additions and 10 deletions
-4
View File
@@ -173,10 +173,6 @@ export function main(argv: ParsedArgs): TPromise<void> {
if (isBuilt && !extensionDevelopmentPath && product.enableTelemetry) {
const appenders: AppInsightsAppender[] = [];
if (product.aiConfig && product.aiConfig.key) {
appenders.push(new AppInsightsAppender(eventPrefix, null, product.aiConfig.key));
}
if (product.aiConfig && product.aiConfig.asimovKey) {
appenders.push(new AppInsightsAppender(eventPrefix, null, product.aiConfig.asimovKey));
}