Add error telemetry (#246262)

This commit is contained in:
Tyler James Leonhardt
2025-04-10 23:46:53 -07:00
committed by GitHub
parent 36397182f2
commit 0ab622083b
2 changed files with 19 additions and 0 deletions

View File

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