Skip to content

Commit

Permalink
Record event when error is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Apr 11, 2023
1 parent 26d82dd commit 861de33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dashboard/static/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ function reportError(err, xhr) {
$("#errorAlert p").text(xhr.responseText)
}
$("#errorAlert").show()
sendStats("errorReported", {"errMessage": err})
}


Expand Down

0 comments on commit 861de33

Please sign in to comment.