Skip to content

Commit

Permalink
fix: remove errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Sep 17, 2024
1 parent dbecd5a commit 6dbf89c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ app.ports.appStarted.subscribe(() => {
_paq.push(["disableCookies"]);
_paq.push(["setSiteId", process.env.MATOMO_SITE_ID]);
loadScript(u + "matomo.js");

var footer = document.getElementsByClassName("Footer");
footer[0].addEventListener(
"click",
function (e) {
throw new Error("Sentry Test");
},
false,
);
});

app.ports.loadRapidoc.subscribe((rapidocScriptUrl) => {
Expand Down

0 comments on commit 6dbf89c

Please sign in to comment.