solid_errors
solid_errors copied to clipboard
It's the current version in development at rails/rails
It would be nice if solid_errors supports ActiveJob. Sentry-Rails could be a good resource of inspiration. https://github.com/getsentry/sentry-ruby/blob/master/sentry-rails/lib/sentry/rails/active_job.rb https://github.com/getsentry/sentry-ruby/blob/master/sentry-rails/lib/sentry/rails/railtie.rb
I think it would be helpful for beginners to give an example of the rails error reporting API. That hopefully gives them the hint to read and use the Rails...
In order to understand some errors, it is better to have the context that generated them (the params in a controller action, the arguments sent to a job, etc). The...
I just noticed that the upcoming version will require a database migration. I have no idea on how you are planning to communicate or handle the execution of those migrations,...
Hi, I love the idea for this! Already been playing around with it some today. One thing that might be useful is the ability to remove Errors (and their occurrences)...
Sorry it took so long to circle back around to this! Hopefully with the release of Rails 7.2, backporting a patch will no longer be needed to run this in...
Hey! I'm trying to use that gem with Rails app using 7.0.8.4 rails version. However, no exceptions are being reported by solid_errors - is that version of rails supported? I...
**Motivation**: We are happily using Solid Errors in our production app but because that app connects to some external APIs we can run into situations where we are sent a...