MAINT: swap vanilla sentry for ember-cli-sentry (#92)

This commit is contained in:
Matthew Ryan Dillon 2018-04-29 11:58:26 -07:00 committed by GitHub
parent bf6023a7b4
commit 22be697ef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 61 additions and 12 deletions

View file

@ -18,12 +18,6 @@
{{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"}}