honeybadger-io / honeybadger-ruby

Ruby gem for reporting errors to honeybadger.io
https://docs.honeybadger.io/lib/ruby/
MIT License
250 stars 146 forks source link

fix: buffer more and warn less #575

Closed stympy closed 4 months ago

stympy commented 4 months ago

We've had a few cases of people getting too many warnings in their logs about the queue being full. This PR increases the default queue size, and it also triggers the warning message only when sending a batch of events instead of every time an event is added to the queue.