Skip to content

Integrates Bugsnag reporting service into your Ember CLI app.

License

Notifications You must be signed in to change notification settings

cigoe/ember-cli-bugsnag

 
 

Repository files navigation

Ember-cli-bugsnag

Build Status

Installation

Install the addon:

ember install ember-cli-bugsnag

Configuration

There are two ways to configure ember-cli-bugsnag:

  1. Add POJO to config/environment:
{
  bugsnag: {
    apiKey: '',
    notifyReleaseStages: ['development', 'production']
  }
}
  1. Specify environment variables:
export BUGSNAG_API_KEY=''
export BUGSNAG_NOTIFY_RELEASE='development,production'

About

Integrates Bugsnag reporting service into your Ember CLI app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • HTML 18.6%
  • Handlebars 0.6%