diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-04 10:52:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-04 10:52:37 +0200 |
commit | 524b821019e16c578609d6f367fd1949e2df9095 (patch) | |
tree | 8ca7e13387751023c0bdc264ba69f8d2da0d46a3 /REFLECTION | |
parent | 828589e834fdbb5532fa00c301ce5a660320f897 (diff) |
update to 0.89.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #123 ddtrace version 0.88.1 ] { +Extension [ <persistent> extension #123 ddtrace version 0.89.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -42,6 +42,9 @@ Extension [ <persistent> extension #123 ddtrace version 0.88.1 ] { Entry [ datadog.trace.url_as_resource_names_enabled <ALL> ] Current = 'true' } + Entry [ datadog.http_server_route_based_naming <ALL> ] + Current = 'true' + } Entry [ datadog.integrations_disabled <ALL> ] Current = 'default' } @@ -732,7 +735,7 @@ Extension [ <persistent> extension #123 ddtrace version 0.88.1 ] { 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.88.1 } + Constant [ string DD_TRACE_VERSION ] { 0.89.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 } |