I'm getting this error when running PgHero.capture_query_stats with Rails main:
NoMethodError: undefined method `symbolize_keys' for an instance of ActiveRecord::Result::IndexedRow
(app):1:in `<top (required)>': undefined method `symbolize_keys' for an instance of ActiveRecord::Result::IndexedRow (NoMethodError)
indexed_rows.each(&block)
hey
I'm getting this error when running
PgHero.capture_query_stats
with Rails main:I guess it has something to do with this commit.
I will dig a bit more when I get some time