simplabs/ember-cli-bugsnag

Name: ember-cli-bugsnag

Owner: simplabs

Description: Integrates Bugsnag reporting service into your Ember CLI app.

Created: 2015-12-14 11:27:57.0

Updated: 2016-06-06 17:20:57.0

Pushed: 2016-02-17 09:07:38.0

Homepage:

Size: 41

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ember-cli-bugsnag

Build Status

Installation

Install the addon:

r install ember-cli-bugsnag
Configuration

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

  1. Add POJO to config/environment:

gsnag: {
apiKey: '',
notifyReleaseStages: ['development', 'production']


  1. Specify environment variables:
rt BUGSNAG_API_KEY=''
rt BUGSNAG_NOTIFY_RELEASE='development,production'

Configuration options:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.