Exception Notification v4.0.0 Release Notes

    • ✨ enhancements

      • Be able to override delivery_method (by @jweslley)
      • Add logger to log when notifications cannot be shiped (by @jweslley)
      • Add Rails generator to create an initializer file (by @jweslley)
      • Add rails engine (by @jweslley)
      • Add sidekiq support (by @jweslley)
      • Add resque support (by @jweslley)
      • Better style for html views (by @jweslley)
      • Support customizable Mailer class (by @Bishop)
      • Turn ExceptionNotification Rails agnostic (by @jweslley)
      • Support custom ignore exceptions for background notifications (by @jweslley)
      • Be able to implement custom notifiers (by @jweslley)
      • Add Webhook notifier (by @jweslley)
      • Rails 4 compatible
    • 🐛 bug fixes

      • Don't error if Rails isn't defined. (by @dpogue)
      • Fix call to #normalize_digits (by @ghiculescu)