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

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