solid_errors icon indicating copy to clipboard operation
solid_errors copied to clipboard

Results 31 solid_errors issues
Sort by recently updated
recently updated
newest added

This PR address the following error that was present when executing `bin/console`: > solid_errors/lib/solid_errors/engine.rb:4:in `': uninitialized constant Rails (NameError) > class Engine < ::Rails::Engine >

It's not a bug, but possibly a new feature! 😄 ### My issue: I'm building a French-only application with `solid_errors` and I get this error `I18n::InvalidLocale`. My application will be...

Hello, on my app that uses mariadb as database, I get an exception in the 'errors#show' view because the `occurrence` object used as `occurrence.context&.each` (file: `app/views/solid_errors/occurrences/_occurence.html.erb`) which is supposed to...

When email delivery fails (SMTP errors, invalid credentials, etc.), SolidErrors enters an infinite loop by reporting the email failure back to itself, creating new occurrences that trigger more emails indefinitely.

Currently, the list of ignored errors in SolidErrors::Subscriber::IGNORED_ERRORS is static and cannot be extended without modifying the source code directly. We’d like to add: ```ruby ActiveStorage::FileNotFoundError ``` to the IGNORED_ERRORS...

Adds a one-click button to copy error details formatted for LLM analysis. The button appears in the actions bar alongside Back/Resolve/Delete buttons with consistent styling. Features: - Copy button with...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions

Just installed on a small app I have to test drive as light-weight replacement for honeybadger/rollbar. Would be great to have lifecycle events, we could hook into 1st occurrence, 100th...

Adds a link to the main_app.root_path. It's a copy / past from what [@virolea](https://github.com/virolea) did on [rails/mission_control-jobs](https://github.com/rails/mission_control-jobs) https://github.com/rails/mission_control-jobs/pull/257 Screenshot