scout_apm_ruby icon indicating copy to clipboard operation
scout_apm_ruby copied to clipboard

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

Results 47 scout_apm_ruby issues
Sort by recently updated
recently updated
newest added

A customer running Sidekiq via ActiveJob reports that calling ignore from a before_perform callback is not working. Calling the ignore from inside the job's perform method appears to be fine...

I followed the instructions to install and run it but browsers where complaining about the script, so I was not able to make it work. - MacOS Monterrey 12.4 -...

`data_file` is not documented in https://scoutapm.com/docs/ruby/configuration but still working fine. Setting `data_file` is very important for us since file is created inside Rails app directory when server shuts down and...

I've used Scout in the past and loved the quick actionable insights to make improvements (n+1's, etc). I installed the heroku addon and deployed, and received thousands of H15 Idle...

I was wondering why auto instruments wasn't working and it was because of the changes made in this PR. https://github.com/scoutapp/scout_apm_ruby/pull/440 This PR checks whether `Parser::TreeRewriter` is defined and bails out...

## Background Currently we have the `ignore` configuration which ignores web endpoints based on their url (ie, "everything starting with /health-check"). We also have an API to ignore a transaction...

Ruby 2.7 scout_apm (2.6.7) Deploying to our dev env k8s instance on GCP, the pods are crashing, investigating I found the following in the logs: ``` 2020-05-05 14:14:51.302 PDT /usr/local/bundle/gems/scout_apm-2.6.7/lib/scout_apm/auto_instrument/instruction_sequence.rb:11:in...

We are currently trying to use https://github.com/danmayer/coverband to measure production code usage, and that gem relies on https://ruby-doc.org/stdlib-2.6.6/libdoc/coverage/rdoc/Coverage.html to actually measure when code is executed. Unfortunately, when I enable `SCOUT_AUTO_INSTRUMENTS`,...

For mini-profiler you can go to `/rack-mini-profiler/requests` and refreshing will list all API only requests that have occurred. Is there something similar to this in Devtrace? I am trying to...