Skip to content

Releases: NextFaze/angular-rollbar

Rollbar Types

04 Apr 00:42
Compare
Choose a tag to compare

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

11 Jan 04:08
Compare
Choose a tag to compare

This release incorporates a bugfix by @santam85, thanks for the contribution!

new Rollbar

19 Jun 00:46
Compare
Choose a tag to compare

Fixes a bug in 0.1.0 where rollbar was not initialised properly. Thanks to @janpio for reporting this.

Rollbar2, ErrorHandler support

16 Jun 04:45
Compare
Choose a tag to compare

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

18 Apr 00:36
Compare
Choose a tag to compare

This release adds support for environment config. Thanks to @claudiozam for reporting this and @digitalwert-developer for submitting the PR.

Fix import paths

06 Apr 00:38
Compare
Choose a tag to compare

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

04 Apr 00:54
Compare
Choose a tag to compare

First release. Provides a service that allows you to log to Rollbar from your Angular 2+ applications.