ember-cli-erraroo
v0.0.4
Published
Stack traces for ember js apps.
Downloads
1
Maintainers
Readme
ember-cli-erraroo
This is the ember cli version of the erraroo client.
Installation
Check for details inside of https://app.erroroo.com
Install the addon
ember install ember-cli-erraroo
Configuration
This addon is is configured through your appliaction's environment.js
file. To enable erraro tracking all you have to do is add the
ember-cli-erraroo
property to your ENV
.
// config/environment.js
ENV['ember-cli-erraroo'] = {
token: '<your token here>'
};