diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-29 07:30:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-29 07:30:32 +0200 |
commit | 132d5309ac222ad3d8b5cf9487d22345732d0d22 (patch) | |
tree | 393eb54bc6396882cbefe3d46196f99e0efe33ca /REFLECTION | |
parent | 3dc0420eb43f2e91fe76fe87bd08730839672059 (diff) |
update to 1.9.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { +Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -31,6 +31,9 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Entry [ datadog.dogstatsd_url <ALL> ] Current = '' } + Entry [ datadog.dogstatsd_host <ALL> ] + Current = '' + } Entry [ datadog.api_key <SYSTEM> ] Current = '' } @@ -146,7 +149,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Current = 'true' } Entry [ datadog.appsec.rasp_enabled <ALL> ] - Current = 'false' + Current = 'true' } Entry [ datadog.trace.remove_autoinstrumentation_orphans <ALL> ] Current = 'false' @@ -1064,7 +1067,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 1.8.3 } + Constant [ string DD_TRACE_VERSION ] { 1.9.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 } @@ -1773,7 +1776,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly ?DDTrace\SpanData $parent = NULL ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1836,7 +1839,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly ?DDTrace\SpanData $parent = NULL ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1899,7 +1902,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly ?DDTrace\SpanData $parent = NULL ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1958,7 +1961,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { } - Properties [3] { - Property [ public readonly ?DDTrace\SpanStack $parent ] + Property [ public readonly ?DDTrace\SpanStack $parent = NULL ] Property [ public ?DDTrace\SpanData $active = NULL ] Property [ public array $spanCreationObservers = [] ] } |