Typo in telemetry (#264041)

This commit is contained in:
Tyler James Leonhardt
2025-08-29 09:50:45 -07:00
committed by GitHub
parent e83d239a0a
commit 54b39dc336

View File

@@ -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 });