diff --git a/lib/datadog/di.rb b/lib/datadog/di.rb index 2ae88a5926..cb2c9243e9 100644 --- a/lib/datadog/di.rb +++ b/lib/datadog/di.rb @@ -78,8 +78,7 @@ def code_tracking_active? end def component - # TODO uncomment when remote is merged - #Datadog.send(:components).dynamic_instrumentation + Datadog.send(:components).dynamic_instrumentation end end end