From 3161256e7336b0f0a3e1df749c6eab13e70e0142 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Nov 2025 13:02:07 +0100 Subject: update to 1.14.0 --- REFLECTION | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2316630..da926ca 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #148 ddtrace version 1.13.1 ] { +Extension [ extension #150 ddtrace version 1.14.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -421,7 +421,7 @@ Extension [ extension #148 ddtrace version 1.13.1 ] { Entry [ datadog.remote_config_enabled ] Current = 'true' } - Entry [ datadog.dynamic_instrumentation.enabled ] + Entry [ datadog.dynamic_instrumentation.enabled ] Current = 'false' } Entry [ datadog.dynamic_instrumentation.redacted_identifiers ] @@ -454,6 +454,12 @@ Extension [ extension #148 ddtrace version 1.13.1 ] { Entry [ datadog.code_origin_max_user_frames ] Current = '8' } + Entry [ datadog.trace.resource_renaming_enabled ] + Current = 'false' + } + Entry [ datadog.trace.resource_renaming_always_simplified_endpoint ] + Current = 'false' + } Entry [ datadog.trace.amqp_enabled ] Current = 'true' } @@ -1112,7 +1118,7 @@ Extension [ extension #148 ddtrace version 1.13.1 ] { 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.13.1 } + Constant [ string DD_TRACE_VERSION ] { 1.14.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 } @@ -1863,7 +1869,7 @@ Extension [ extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1926,7 +1932,7 @@ Extension [ extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1989,7 +1995,7 @@ Extension [ extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -2048,7 +2054,7 @@ Extension [ extension #148 ddtrace version 1.13.1 ] { } - Properties [3] { - Property [ public readonly ?DDTrace\SpanStack $parent = NULL ] + Property [ public readonly ?DDTrace\SpanStack $parent ] Property [ public ?DDTrace\SpanData $active = NULL ] Property [ public array $spanCreationObservers = [] ] } -- cgit