Closed kyrylo closed 3 years ago
Note: this includes my old patch https://github.com/shadabahmed/logstasher/pull/148 and needs a proper rebase. I can do it after https://github.com/shadabahmed/logstasher/pull/148 is merged.
For everybody else who still use this gem, just use my fork: https://github.com/airbrake/logstasher
@shadabahmed I believe this can now be closed.
@kyrylo, this change was merged in PR #160
This change is merged. Thanks @kyrylo and @petergoldstein for all your work
When running migrations on Rails 6 logstasher tries to log stuff but chokes on SystemStackError:
The problem is that Rails 6 started adding
:connection
object to the event object, and it cannot be dumped to JSON due to the error above, and therefore making the whole app useless.