From 132d5309ac222ad3d8b5cf9487d22345732d0d22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 May 2025 07:30:32 +0200 Subject: update to 1.9.0 --- REFLECTION | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 999654e..a306cb8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #138 ddtrace version 1.8.3 ] { +Extension [ extension #138 ddtrace version 1.9.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -31,6 +31,9 @@ Extension [ extension #138 ddtrace version 1.8.3 ] { Entry [ datadog.dogstatsd_url ] Current = '' } + Entry [ datadog.dogstatsd_host ] + Current = '' + } Entry [ datadog.api_key ] Current = '' } @@ -146,7 +149,7 @@ Extension [ extension #138 ddtrace version 1.8.3 ] { Current = 'true' } Entry [ datadog.appsec.rasp_enabled ] - Current = 'false' + Current = 'true' } Entry [ datadog.trace.remove_autoinstrumentation_orphans ] Current = 'false' @@ -1064,7 +1067,7 @@ Extension [ 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 [ 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 [ 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 [ 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 [ 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 = [] ] } -- cgit