mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Add error telemetry (#246262)
This commit is contained in:
committed by
GitHub
parent
36397182f2
commit
0ab622083b
@@ -354,6 +354,7 @@ export class MsalAuthProvider implements AuthenticationProvider {
|
||||
} catch (e) {
|
||||
// If we can't get a token silently, the account is probably in a bad state so we should skip it
|
||||
// MSAL will log this already, so we don't need to log it again
|
||||
this._telemetryReporter.sendTelemetryErrorEvent(e);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user