From fe9b3a8a31d2c6a463caaca156702dd2154fd8d6 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Fri, 22 Nov 2024 13:58:21 -0500 Subject: [PATCH] steep --- lib/datadog/di.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datadog/di.rb b/lib/datadog/di.rb index f6ffd1da4a5..700fbce100f 100644 --- a/lib/datadog/di.rb +++ b/lib/datadog/di.rb @@ -157,7 +157,7 @@ def remove_current_component(component) end end -if %w(1 true).include?(ENV['DD_DYNAMIC_INSTRUMENTATION_ENABLED']) +if %w(1 true).include?(ENV['DD_DYNAMIC_INSTRUMENTATION_ENABLED']) # steep:ignore # For initial release of Dynamic Instrumentation, activate code tracking # only if DI is explicitly requested in the environment. # Code tracking is required for line probes to work; see the comments