Skip to content

Baril27/ember-cli-honeybadger

Repository files navigation

ember-cli-honeybadger

Plugin for ember-cli that enables honeybadger error tracking.

Installation

To install simply run:

npm install git+ssh://[email protected]:webnuts/ember-cli-honeybadger.git --save-dev

Usage

You only need to configure the plugin.

Configuration

You need to define your API key and environment in your config/environment.js file:

ENV.honeybadger = {
  apiKey: 'YOUR_HONEYBADGER_API_KEY_HERE',
  environment: 'development',
  debug: false
};

You can set debug to true, if you want honeybadger debug information in your browser console window.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published