mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
251 B
Ruby
10 lines
251 B
Ruby
if ENV['DATADOG_RAILS_APM']
|
|
Datadog.configure do |c|
|
|
c.tracing.instrument :rack, request_queuing: true
|
|
c.tracing.instrument :rails, service_name: 'rails'
|
|
|
|
c.tracing.analytics.enabled = true
|
|
c.runtime_metrics.enabled = true
|
|
end
|
|
end
|