add msft internal identification logic (#79616)

This commit is contained in:
SteVen Batten
2019-08-26 16:43:39 -07:00
committed by GitHub
parent 9d0e61d0f5
commit 1727cc2de9
11 changed files with 39 additions and 15 deletions

View File

@@ -156,7 +156,7 @@ async function main(server: Server, initData: ISharedProcessInitData, configurat
}
const config: ITelemetryServiceConfig = {
appender: combinedAppender(appInsightsAppender, new LogAppender(logService)),
commonProperties: resolveCommonProperties(product.commit, pkg.version, configuration.machineId, installSourcePath),
commonProperties: resolveCommonProperties(product.commit, pkg.version, configuration.machineId, product.msftInternalDomains, installSourcePath),
piiPaths: extensionsPath ? [appRoot, extensionsPath] : [appRoot]
};