mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-18 17:39:47 +01:00
Send telemetry only to vortex (#22867)
* Send telemetry only to vortex * Updating distro commit in package.json
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user