Opbeat, the service, is discontinued. This package is now historical. Do not use.
An opbeat-js Ember shim.
This very small Ember Addon allows you to place configuration in your environment.js
ENV.APP section, and have it hook up Ember.onerror
and window.onerror
to also report exceptions to Opbeat.
ember install ember-cli-opbeat
- Configure your application's ENV.APP section in
environment.js
: addopbeat: { appId: 'your-app-id', orgId: 'your-org-id' }