Skip to content

Commit 6e9e82b

Browse files
authored
Merge pull request microsoft#164461 from microsoft/hediet/unwilling-cuckoo
Fixes telemetry bug by avoiding number in event name
2 parents 9edbe61 + 9e5ffe9 commit 6e9e82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class BracketPairColorizer2TelemetryContribution {
4545
type BracketPairColorizer2Event = {
4646
nativeColorizationEnabled: boolean;
4747
};
48-
this.telemetryService.publicLog2<BracketPairColorizer2Event, BracketPairColorizer2InstalledClassification>('bracketPairColorizer2Usage', {
48+
this.telemetryService.publicLog2<BracketPairColorizer2Event, BracketPairColorizer2InstalledClassification>('bracketPairColorizerTwoUsage', {
4949
nativeColorizationEnabled
5050
});
5151
}

0 commit comments

Comments
 (0)