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
- Host: GitHub
- URL: https://github.com/rollbar/rollbar-ember-example
- Owner: rollbar
- Archived: true
- Created: 2014-12-19T03:59:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T15:19:35.000Z (about 5 years ago)
- Last Synced: 2025-05-08T00:06:13.918Z (about 1 year ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 4
- Watchers: 32
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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