update to telemetry service/callstack or exception

This commit is contained in:
SteVen Batten
2020-04-27 17:33:32 -07:00
parent 29dde07ee4
commit 4abcc03d6a
17 changed files with 76 additions and 12 deletions

View File

@@ -345,6 +345,7 @@ export async function main(argv: ParsedArgs): Promise<void> {
const config: ITelemetryServiceConfig = {
appender: combinedAppender(...appenders),
sendErrorTelemetry: false,
commonProperties: resolveCommonProperties(product.commit, product.version, stateService.getItem('telemetry.machineId'), product.msftInternalDomains, installSourcePath),
piiPaths: extensionsPath ? [appRoot, extensionsPath] : [appRoot]
};