Rails users: What exception notification software do you use?

后端 未结 6 1219
野性不改
野性不改 2021-02-04 18:11

I have seen Ryan Bates talk about exception_logger and exception notification. Are there any other good ones to consider? What do you like and dislike about these?

Also

6条回答
  •  鱼传尺愫
    2021-02-04 18:27

    I have been using ExceptionLogger since one year. I didn't like exception_notification because I don't like to receive tons of email. Also, ExceptionLogger is somehow an improved version of ExceptionNotification.

    Unfortunately ExceptionLogger hasn't been updated since a while. I recently started to work on a custom tool that takes advantage of Rails 2.3 Engine feature.

    Also there are a couple of webapps dedicated to solve this problem:

    • Exceptional
    • Hoptoad

提交回复
热议问题