Skip to content
railsengines.com

Solid Errors

Database-backed error tracking with a mountable dashboard

Takes off your invoice

You would run instead $0/mo

No ratings yet
Gem
solid_errors
Repository
fractaledmind/solid_errors
License
MIT
Stars
640
Added
July 13, 2026
Solid Errors mounted at /errors
Solid Errors mounted at /errors

About

Error tracking that stores exceptions in your own database and shows them in a
mounted dashboard.

What you get

  • Exceptions grouped by class, message and location
  • Occurrence counts and timestamps
  • Resolve and unresolve
  • Optional email on new errors

Mounting it

ruby
# Gemfile
gem "solid_errors"

# config/routes.rb
authenticate :user, ->(user) { user.admin? } do
  mount SolidErrors::Engine, at: "/errors"
end

Be honest about the gap

If you need distributed tracing across services, buy the SaaS. If you run one Rails
app and want to know what threw last night, this is enough.

Discussion (0)

Sign in to join the discussion.

No comments yet.