Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pichat committed Jul 2, 2024
1 parent 6983b0b commit 7196223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 7196223

Please sign in to comment.