This is a simple example showing how to track errors in Ember.js with Rollbar. It's based on the Ember Starter Kit.
Application code, including the Rollbar-Ember instrumentation, is in js/app.js
. To run:
- Start up an http server in this project's root directory:
python -m SimpleHTTPServer 8080
- Open http://localhost:8080/ in your browser