Skip to content

Commit

Permalink
Add sentry JS loader
Browse files Browse the repository at this point in the history
This application doesn't use ctlsettings, so this needs to be configured
manually.
  • Loading branch information
nikolas committed Oct 14, 2024
1 parent e8f97bc commit 9d63b80
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 9d63b80

Please sign in to comment.