An open API service indexing awesome lists of open source software.

https://github.com/rollbar/rollbar-ember-example

Example for how to track errors in Ember.js applications using Rollbar
https://github.com/rollbar/rollbar-ember-example

Last synced: about 1 year ago
JSON representation

Example for how to track errors in Ember.js applications using Rollbar

Awesome Lists containing this project

README

          

# Rollbar Ember Example

This is a simple example showing how to track errors in Ember.js with [Rollbar](https://rollbar.com). It's based on the [Ember Starter Kit](https://github.com/emberjs/starter-kit).

Application code, including the Rollbar-Ember instrumentation, is in `js/app.js`. To run:

1. Start up an http server in this project's root directory: `python -m SimpleHTTPServer 8080`
2. Open http://localhost:8080/ in your browser