From 71962231e16342e448fefc880c297a057074b340 Mon Sep 17 00:00:00 2001 From: Morgan Pichat Date: Tue, 2 Jul 2024 18:32:37 +0200 Subject: [PATCH] wip --- js/sentry.js | 2 ++ 1 file changed, 2 insertions(+) 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");