Skip to content

Latest commit

History

History
14 lines (11 loc) 路 339 Bytes

MODULE_REPORT.md

File metadata and controls

14 lines (11 loc) 路 339 Bytes

Module Report

Unknown Global

Global: Ember.onerror

Location: app/initializers/bugsnag.js at line 9

  if (bugsnagLoaded && (this.config && this.config.environment !== 'test')) {
    Ember.debug('Bugsnag Error Hanlder setup');
    Ember.onerror = function(error) {
      Bugsnag.notifyException(error)
    };