Dave Anderson
Dave Anderson
What ==== We'd like to track socket connection issues with the core agent so we can identify issues and fix them proactively. Why ==== The socket connection might fail for...
Support [DevTrace](http://help.apm.scoutapp.com/#devtrace) for Python web requests.
User reporting issue getting background jobs recorded. - I opened a Background transaction within one of our laravel commands, such as: ``` return ScoutApm::backgroundTransaction($this->name, function() { return $this->laravel->call([$this, 'handle']); });...
In our Rails 7.1.3.2 app, action_dispatch.request.parameters is a hash with symbols. This adds a fallback to detect the action and controller names if they are symbols.