6 lines
120 B
Ruby
6 lines
120 B
Ruby
if ENV['DD_TRACE_AGENT_URL']
|
|
Datadog.configure do |c|
|
|
# Instrumentation
|
|
c.tracing.instrument :rails
|
|
end
|
|
end
|