Skip to content

Commit

Permalink
Send addconnection metric on builderid login failure (#4589)
Browse files Browse the repository at this point in the history
  • Loading branch information
wularr committed Jun 18, 2024
1 parent 3083175 commit 9002b1a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ abstract class LoginBrowser(
reason = e.message,
credentialSourceId = CredentialSourceId.AwsId
)
AuthTelemetry.addConnection(
result = Result.Failed,
credentialSourceId = CredentialSourceId.AwsId,
reason = e.message
)
}
val onSuccess: () -> Unit = {
AwsTelemetry.loginWithBrowser(
Expand Down

0 comments on commit 9002b1a

Please sign in to comment.