Skip to content
Snippets Groups Projects
Unverified Commit f23a2de5 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #983 from paulkaplan/try-using-sentry

Try using sentry to make bug finding more effective
parents 2eb5a687 f29f2ce7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="static/favicon.ico">
<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