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: do not serialize adapter object #586

Closed roelbondoc closed 3 months ago

roelbondoc commented 3 months ago

In some cases, serializing an instance of the adapter isn't a good idea and could lead to circular references.

Before submitting a pull request, please make sure the following is done:

  1. If you've fixed a bug or added code that should be tested, add tests!
  2. Run rake spec in the repository root.
  3. Use a pull request title that conforms to conventional commits.