ember-rollbar-client
ember-rollbar-client copied to clipboard
The Rollbar client for Ember applications.
New version of Ember requires v2 `ember-auto-import`. `To use these addons, your app needs ember-auto-import >= 2: ember-source`
TODO: - Fix CI (use GH Actions)
Was looking at rollbar today, and noticed a message at the top of our dashboard  So I thought I'd put together another upgrade PR 😅 I ran `ember-cli-update --to...
https://github.com/Exelord/ember-rollbar-client/blob/88c4d35657ae383a56128c00fd7038fba81cc4d4/addon/instance-initializers/rollbar.js#L6-L14 I was investigating some memory leaks in our test suite and found that the use of services within `Ember.onerror` and recursive wrapping of `Ember.onerror` was resulting in application containers...
The Ember module here is shared across app instances in a Fastboot environment. That means that each new app instance gets the same `Ember` reference here. Because we saved a...
# Description This PR will add ember cli command: `notify-rollbar-sourcemaps` It will automatically notify Rollbar about new source maps. >Trigger a download for each of your minified files. Doing this...
Ember config is compiled into `index.html` and stored as `[content]` on `` element after being jsonified & uri encoded (eg `encodeURIComponent(JSON.stringify(configHash))` or similar). Because JSON doesn't have a representation for...
Adds support for rollbar's `captureEvent` [method](https://docs.rollbar.com/docs/rollbarjs-telemetry).
@Exelord it looks like you've probably not got the time to handle maintenance on this package but others in the community still might. Any interest in handing on maintenance to...