7 lines
129 B
Ruby
7 lines
129 B
Ruby
if ENV['DD_TRACE_AGENT_URL'].present?
|
|
Datadog.configure do |c|
|
|
# Instrumentation
|
|
c.tracing.instrument :rails
|
|
end
|
|
end
|