chore: Handle APM variables being empty (#6594)
- handle the case where the system fails to start when empty APM environment variables are present
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if ENV['DD_TRACE_AGENT_URL']
|
||||
if ENV['DD_TRACE_AGENT_URL'].present?
|
||||
Datadog.configure do |c|
|
||||
# Instrumentation
|
||||
c.tracing.instrument :rails
|
||||
|
||||
Reference in New Issue
Block a user