Dave Anderson

Results 6 issues of 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.

enhancement

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']); });...

bug

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.