Fix event prefix (#15429)

This commit is contained in:
Charles Gagnon
2021-05-12 10:16:48 -07:00
committed by GitHub
parent efd70310ba
commit 5f2fa391c4
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ class CliMain extends Disposable {
const appenders: AppInsightsAppender[] = [];
if (isBuilt && !extensionDevelopmentLocationURI && !environmentService.disableTelemetry && product.enableTelemetry) {
if (product.aiConfig && product.aiConfig.asimovKey) {
appenders.push(new AppInsightsAppender('monacoworkbench', null, product.aiConfig.asimovKey));
appenders.push(new AppInsightsAppender('adsworkbench', null, product.aiConfig.asimovKey)); // {{SQL CARBON EDIT}} Use our own event prefix
}
const config: ITelemetryServiceConfig = {