Skip to content
Snippets Groups Projects
Commit f29f2ce7 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Try using sentry to make bug finding more effective

parent deea05a9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= htmlWebpackPlugin.options.title %></title>
<!-- Sentry error logging to help with finding bugs -->
<script src="https://cdn.ravenjs.com/3.20.1/raven.min.js" crossorigin="anonymous"></script>
<script>
Raven.config('https://dcc4ed76876b411c99997f4ad5ab78a5@sentry.io/253297').install();
</script>
<!-- /Sentry -->
</head>
<body>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment