ember-rollbar-client icon indicating copy to clipboard operation
ember-rollbar-client copied to clipboard

The Rollbar client for Ember applications.

Results 16 ember-rollbar-client issues
Sort by recently updated
recently updated
newest added

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 ![rollbar](https://user-images.githubusercontent.com/1351912/88631871-3781b100-d0f6-11ea-8d55-ca3fda2722a5.png) 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...

help wanted

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...