mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-12-14 11:27:02 +01:00
Capture client javascript errors with sentry too
This commit is contained in:
@@ -93,6 +93,8 @@
|
||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js" integrity="sha256-uWtSXRErwH9kdJTIr1swfHFJn/d/WQ6s72gELOHXQGM=" crossorigin="anonymous"></script>
|
||||
|
||||
{% include 'sentry_js_init.html.j2' %}
|
||||
|
||||
{% if not dbl_voted or (dbl_voted and request.path == "/") %}
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
Reference in New Issue
Block a user