diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #74 ddtrace version 0.95.0 ] { +Extension [ <persistent> extension #80 ddtrace version 0.96.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -160,6 +160,9 @@ Extension [ <persistent> extension #74 ddtrace version 0.95.0 ] { Entry [ datadog.trace.sampling_rules <ALL> ] Current = '[]' } + Entry [ datadog.trace.sampling_rules_format <ALL> ] + Current = 'regex' + } Entry [ datadog.span_sampling_rules <ALL> ] Current = '[]' } @@ -825,7 +828,7 @@ Extension [ <persistent> extension #74 ddtrace version 0.95.0 ] { Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 0.95.0 } + Constant [ string DD_TRACE_VERSION ] { 0.96.0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } |