0.0.4 • Published 9 years ago

ember-cli-erraroo v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-cli-erraroo

This is the ember cli version of the erraroo client.

Build Status

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>'
};