DEBUG: adding sentry, still need to disable in dev (#85)
This commit is contained in:
parent
86ab62cb0f
commit
9d9e67868f
4 changed files with 16 additions and 1 deletions
|
@ -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"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue