diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-15 14:38:24 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-15 14:38:24 +0100 |
commit | 0a9750af91948739a873ed05b16454608ea54f28 (patch) | |
tree | aa42e83b448c3e9a7fae3e62fd93cb7b83f2ec63 /REFLECTION | |
parent | af78f4edb40729186cdb8e41c48c335931cef2d0 (diff) |
update to 0.71.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 ddtrace version 0.70.1 ] { +Extension [ <persistent> extension #120 ddtrace version 0.71.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -88,6 +88,9 @@ Extension [ <persistent> extension #120 ddtrace version 0.70.1 ] { Entry [ datadog.trace.health_metrics_heartbeat_sample_rate <ALL> ] Current = '0.001' } + Entry [ datadog.trace.db_client_split_by_instance <ALL> ] + Current = 'false' + } Entry [ datadog.trace.http_client_split_by_domain <ALL> ] Current = 'false' } @@ -520,7 +523,7 @@ Extension [ <persistent> extension #120 ddtrace version 0.70.1 ] { } - Constants [7] { - Constant [ string DD_TRACE_VERSION ] { 0.70.1 } + Constant [ string DD_TRACE_VERSION ] { 0.71.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 } |