ember-cli-erraroo

Stack traces for ember js apps.

Usage no npm install needed!

<script type="module">
  import emberCliErraroo from 'https://cdn.skypack.dev/ember-cli-erraroo';
</script>

README

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