1
2 Comments

What error monitoring tool for Rails apps do you recommend?

Hi!

I'm looking for a tool to monitor errors on the production Ruby on Rails application. What do you recommend? It would be great if it had a free tier :)

on October 27, 2020
  1. 2

    I use Sentry.io on my app (chapter24.app). I can highly recommend it. Super simple to integrate and has an awesome free tier (which I'm using)!

  2. 1

    I'm using appsignal now and it's great.
    Honeybadger is nice too.