honeybadger-ruby
honeybadger-ruby copied to clipboard
Ruby gem for reporting errors to honeybadger.io
Integrate the [Standard linter](https://github.com/standardrb/standard) into the build. I've included both safe and unsafe automated fixes but I did not make any manual code changes. Please run `bundle exec rake standard`...
heya, first of all, thank you for all your work in the open, it's been delightful to follow. i've just set up a legacy app with honeybadger that is currently...
### Description When running Rails console in non-development, Honeybadger outputs excessive plugin initialization logs that make the console nearly unusable. Even with `debug: false` in honeybadger.yml, dozens of lines like...
> honeybadger-5.26.2/lib/honeybadger/backtrace.rb:124: warning: assigned but unused variable - instance I've seen Honeybadger ship a number of gem versions with unused variable warnings. Do you guys have Ruby warnings logged by...
I have a few Active Jobs (using solid_queue as the back-end) where I'm using `discard_on` and noticed that the error is being reported to Honeybadger. Is this the expected/desired behavior?...