mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Clean up some dead code and add a telemetry even to track classic microsoft auth usage (#248256)
So we can see how many people disable MSAL.
This commit is contained in:
committed by
GitHub
parent
fa00def553
commit
690d2be258
@@ -35,6 +35,13 @@ export class MicrosoftAuthenticationTelemetryReporter implements IExperimentatio
|
||||
);
|
||||
}
|
||||
|
||||
sendActivatedWithClassicImplementationEvent(): void {
|
||||
/* __GDPR__
|
||||
"activatingClassic" : { "owner": "TylerLeonhardt", "comment": "Used to determine how often users use the classic login flow." }
|
||||
*/
|
||||
this._telemetryReporter.sendTelemetryEvent('activatingClassic');
|
||||
}
|
||||
|
||||
sendLoginEvent(scopes: readonly string[]): void {
|
||||
/* __GDPR__
|
||||
"login" : {
|
||||
|
||||
Reference in New Issue
Block a user