DEBUG: adding sentry, still need to disable in dev (#85)

This commit is contained in:
Matthew Ryan Dillon 2018-04-10 20:42:13 -07:00 committed by GitHub
parent 86ab62cb0f
commit 9d9e67868f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 1 deletions

View file

@ -18,6 +18,12 @@
{{content-for "body"}}
<script integrity="" src="{{rootURL}}assets/vendor.js"></script>
<script>
Raven
.config('https://fd3c695fa9394de48a7c69b7a322960b@sentry.io/1186914')
.addPlugin(Raven.Plugins.Ember)
.install();
</script>
<script integrity="" src="{{rootURL}}assets/ccdb-web.js"></script>
{{content-for "body-footer"}}