mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
11 lines
211 B
Ruby
11 lines
211 B
Ruby
if ENV['DATADOG_RAILS_APM']
|
|
Datadog.configure do |c|
|
|
c.use :rails, service_name: 'rails'
|
|
|
|
c.analytics_enabled = true
|
|
c.runtime_metrics_enabled = true
|
|
|
|
c[:rack].request_queuing = true
|
|
end
|
|
end
|