diff --git a/pkg/dashboard/static/scripts.js b/pkg/dashboard/static/scripts.js index 73f8957..8f7e136 100644 --- a/pkg/dashboard/static/scripts.js +++ b/pkg/dashboard/static/scripts.js @@ -129,6 +129,7 @@ function reportError(err, xhr) { $("#errorAlert p").text(xhr.responseText) } $("#errorAlert").show() + sendStats("errorReported", {"errMessage": err}) }