fractaledmind / solid_errors

database-backed, app-internal exception tracker for Rails applications
MIT License
306 stars 17 forks source link

Support for Rails 7.0.8.4? #54

Open mbajur opened 2 months ago

mbajur commented 2 months ago

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 can see in the readme that there might be some troubles with 7.1.x but that's not my case.

Thanks!

fractaledmind commented 2 months ago

Until I can figure out how to back-port the fix in Rails, the gem can't support versions of Rails older than 7.2 in production

See for the fix in Rails, which was released in 7.2: https://github.com/rails/rails/pull/51050