mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-26 23:57:07 +00:00
- handle the case where the system fails to start when empty APM environment variables are present
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
|