Fix telemetry event name (#248557)

rip
This commit is contained in:
Tyler James Leonhardt
2025-05-09 14:00:08 -07:00
committed by GitHub
parent 65269ccf37
commit 1c8271a135

View File

@@ -99,7 +99,7 @@ export class MicrosoftAuthenticationTelemetryReporter implements IExperimentatio
*/
sendAccountEvent(scopes: string[], accountType: MicrosoftAccountType): void {
/* __GDPR__
"login" : {
"account" : {
"owner": "TylerLeonhardt",
"comment": "Used to determine the usage of the Microsoft Auth Provider.",
"scopes": { "classification": "PublicNonPersonalData", "purpose": "FeatureInsight", "comment": "Used to determine what scope combinations are being requested." },