scoutapp / scout_apm_ruby

ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks

Home Page:https://scoutapm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails 5 Support

peterkarman1 opened this issue · comments

With Rails 5 and below, there is a wrong number of arguments error on active record save! due to the auto instrumentation update here: 1aa5f92

The docs says it supports rails 2.2 and higher so I'm wondering if there is some configuration I am missing that enables this to work?

5.0, 5.1 or 5.2 ?

5.0, 5.1 or 5.2 ?

5.2.8.1
Ruby 2.7.7

Hey @peterkarman1, sorry for the long response time on our end. Can you give an example of this?

I'm having a hard time recreating this issue using similar versions. I don't believe we've heard of similar issues from other customers on Rails 5 as well. Are you doing any patching of AR or could there potentially be another gem that we are clashing with?