rollbar-ember Blogs
Written by Kiprosh, team of passionate and disciplined craftsmen turning your ideas into reality.
Kiprosh is now part of LawLytics
Written by Kiprosh, team of passionate and disciplined craftsmen turning your ideas into reality.
Rollbar does real-time error monitoring for developers, It catches all types of errors and also show the root cause for error. In this article I am going to explain implementing Rollbar in ember application with ember-rollbar-client and configuration. Before using ember-rollbar-client we used 'ember-rollbar-cli` but It was not catching errors for Android and IOS builds. To use ember-rollbar-client add it in package.json After installing this package you need to add rollbar configuration in config/environment.js 'emberRollbarClient': { accessToken: 'rollbar-write-client-token' }; You can get 'rollbar-write-client-token' from rollbar for that you need to create a project in Rollbar. Then you will get