From 797e222d0d5b3869c1c9ea5bedcb312c012f4649 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Apr 2024 12:02:15 +0200 Subject: update to 0.99.1 --- REFLECTION | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c30a7a4..d077a57 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #100 ddtrace version 0.99.0 ] { +Extension [ extension #102 ddtrace version 0.99.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -879,15 +879,13 @@ Extension [ extension #100 ddtrace version 0.99.0 ] { } } - - Constants [14] { + - Constants [12] { Constant [ string DDTrace\HOOK_ALL_FILES ] { } Constant [ int DDTrace\HOOK_INSTANCE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 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 ] { 0.99.0 } + Constant [ string DD_TRACE_VERSION ] { 0.99.1 } 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 } @@ -1183,14 +1181,6 @@ Extension [ extension #100 ddtrace version 0.99.0 ] { } - Return [ void ] } - Function [ function DDTrace\Internal\add_span_flag ] { - - - Parameters [2] { - Parameter #0 [ DDTrace\SpanData $span ] - Parameter #1 [ int $flag ] - } - - Return [ void ] - } Function [ function dd_trace_env_config ] { - Parameters [1] { -- cgit