Rails Exception Notifier | Alternative to rollbar.com or sentry.com
ExceptionNotification is a gem for Ruby on Rails applications that provides a simple and customizable way to handle error tracking and notifications. When an exception occurs in your Rails application, ExceptionNotification can automatically send you details about the error via different notifiers, such as email, Slack, or even custom webhooks.
Post a comment