Releases: NextFaze/angular-rollbar
Rollbar Types
Rollbar's JS project now has fairly good type definitions. This release switches from using our own interfaces to using the types defined by Rollbar.
The main way this is noticeable is when configuring Rollbar - there is now type support for all parameters to the config object.
Bugfix
new Rollbar
Fixes a bug in 0.1.0 where rollbar was not initialised properly. Thanks to @janpio for reporting this.
Rollbar2, ErrorHandler support
This release brings the module up to date with the latest Rollbar unified Javascript library. We also now implement Angular's ErrorHandler interface, so you can use RollbarService as your application's default error handler.
Environment Support
This release adds support for environment config. Thanks to @claudiozam for reporting this and @digitalwert-developer for submitting the PR.
Fix import paths
Just a minor fix for importing the module. You can now do:
import { RollbarModule, RollbarService } from 'angular-rollbar';
And the import will actually resolve. Thanks to @jbehuet for reporting the issue.
0.0.1 First Release
First release. Provides a service that allows you to log to Rollbar from your Angular 2+ applications.