Skip to content

Commit ea1445c

Browse files
authored
1 parent 2e12c97 commit ea1445c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vs/workbench/contrib/telemetry/browser/telemetry.contribution.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,11 @@ class ConfigurationTelemetryContribution extends Disposable implements IWorkbenc
431431
? 'default'
432432
: 'custom';
433433
this.telemetryService.publicLog2<UpdatedSettingEvent, {
434-
owner: 'bpasero';
434+
owner: 'sandy081';
435435
comment: 'This is used to know the new window profile that is being used';
436436
settingValue: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'if the profile is default or not' };
437437
source: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'source of the setting' };
438-
}>('window.systemColorTheme', { settingValue, source });
438+
}>('window.newWindowProfile', { settingValue, source });
439439
return;
440440
}
441441

@@ -445,7 +445,7 @@ class ConfigurationTelemetryContribution extends Disposable implements IWorkbenc
445445
comment: 'This is used to know if extensions are getting auto restarted or not';
446446
settingValue: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'value of the setting' };
447447
source: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'source of the setting' };
448-
}>('window.systemColorTheme', { settingValue: this.getValueToReport(key, target), source });
448+
}>('extensions.autoRestart', { settingValue: this.getValueToReport(key, target), source });
449449
return;
450450
}
451451
}

0 commit comments

Comments
 (0)