- Fix Sentry reporting
- Allow reporting of custom environment to Airbrake
- New notifiers: EmailNotifier and SentryNotifier
- Allow configuring multiple notifiers as a list. The
notifier
option is deprecated in favour ofnotifiers
, which can be used the same for a single notifier.
- Bugfix: record the correct environment with each notification
- Feature: include a little more metadata with each notification
- Feature: ignore notification from configurable list of environments (default: development and test)
- Feature: include hostname and Adhearsion version in environment portion of report
- Bugfix: Adhearsion may pass a logger object with exception events
- First release