newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 599 forks source link

Revert `autostart_denylisted_constants` default change and document options #2691

Open kaylareopelle opened 5 months ago

kaylareopelle commented 5 months ago

In #2623, we updated the default for autostart.denylisted_constants to include Rails::Command::RakeCommand and Rails::Command::RunnerCommand. This was in response to #2596.

However, #2677, revealed to use that these constants are important for some users of ActiveJob to automatically report background jobs.

Let's revert the new default and provide documentation for the options and benefits of excluding Rails::Command::RakeCommand and Rails::Command::RunnerCommand.

workato-integration[bot] commented 5 months ago

https://new-relic.atlassian.net/browse/NR-277238