diff --git a/js/sentry.js b/js/sentry.js index 7c65e5da84..19f7cc357e 100644 --- a/js/sentry.js +++ b/js/sentry.js @@ -38,6 +38,8 @@ document.getElementById("submitErrorReport").addEventListener("click", function } }); + Sentry.setTag("url", "toto"); + const eventId = Sentry.captureMessage(messages, "error"); const userEmail = document.getElementById("userEmail"); const errorDescription = document.getElementById("errorDescription");