Skip to content

Commit

Permalink
Merge pull request #1541 from ccnmtl/sentry-js
Browse files Browse the repository at this point in the history
Add sentry JS loader
  • Loading branch information
ndittren authored Oct 14, 2024
2 parents 2891e48 + 9d63b80 commit 70896a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-dbVIfZGuN1Yq7/1Ocstc1lUEm+AT+/rCkibIcC/OmWo5f0EA48Vf8CytHzGrSwbQ" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="icon" type="image/png" href="/dist/images/favicon-16x16.png">


<script src="https://js.sentry-cdn.com/f6a08bec6e9e46198dfd70f8776bdb59.min.js" crossorigin="anonymous"></script>
</head>

<body>
Expand Down

0 comments on commit 70896a8

Please sign in to comment.