Enable DelayedJob APM

This commit is contained in:
Matt-Yorkley
2019-08-14 08:20:47 +01:00
parent be844253eb
commit e5e0fcc887

View File

@@ -1,5 +1,6 @@
if ENV['DATADOG_RAILS_APM']
Datadog.configure do |c|
c.use :rails, service_name: 'rails'
c.use :delayed_job, service_name: 'delayed_job'
end
end