mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Typo in telemetry (#264041)
This commit is contained in:
committed by
GitHub
parent
e83d239a0a
commit
54b39dc336
@@ -48,7 +48,7 @@ export class MicrosoftAuthenticationTelemetryReporter implements IExperimentatio
|
||||
"activatingClassic" : {
|
||||
"owner": "TylerLeonhardt",
|
||||
"comment": "Used to determine how often users use the classic login flow.",
|
||||
"reason": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "Why classic was used" },
|
||||
"reason": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "Why classic was used" }
|
||||
}
|
||||
*/
|
||||
this._telemetryReporter.sendTelemetryEvent('activatingClassic', { reason });
|
||||
|
||||
Reference in New Issue
Block a user