diff --git a/lib/datadog/tracing/remote.rb b/lib/datadog/tracing/remote.rb index ebef54cbf31..0f3e37a0285 100644 --- a/lib/datadog/tracing/remote.rb +++ b/lib/datadog/tracing/remote.rb @@ -13,7 +13,10 @@ class << self PRODUCT = 'APM_TRACING' CAPABILITIES = [ - 1 << 29 # APM_TRACING_SAMPLE_RULES: Dynamic trace sampling rules configuration + 1 << 12, # APM_TRACING_SAMPLE_RATE: Dynamic trace sampling rate configuration + 1 << 13, # APM_TRACING_LOGS_INJECTION: Dynamic trace logs injection configuration + 1 << 14, # APM_TRACING_HTTP_HEADER_TAGS: Dynamic trace HTTP header tags configuration + 1 << 29, # APM_TRACING_SAMPLE_RULES: Dynamic trace sampling rules configuration ].freeze def products