Skip to content

Commit 1c8271a

Browse files
Fix telemetry event name (microsoft#248557)
rip
1 parent 65269cc commit 1c8271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/microsoft-authentication/src/common/telemetryReporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class MicrosoftAuthenticationTelemetryReporter implements IExperimentatio
9999
*/
100100
sendAccountEvent(scopes: string[], accountType: MicrosoftAccountType): void {
101101
/* __GDPR__
102-
"login" : {
102+
"account" : {
103103
"owner": "TylerLeonhardt",
104104
"comment": "Used to determine the usage of the Microsoft Auth Provider.",
105105
"scopes": { "classification": "PublicNonPersonalData", "purpose": "FeatureInsight", "comment": "Used to determine what scope combinations are being requested." },

0 commit comments

Comments
 (0)