diff --git a/script/semantic-conventions/templates/trace_deprecations.php.partial b/script/semantic-conventions/templates/trace_deprecations.php.partial index d73b0e17e..f350f1673 100644 --- a/script/semantic-conventions/templates/trace_deprecations.php.partial +++ b/script/semantic-conventions/templates/trace_deprecations.php.partial @@ -43,7 +43,6 @@ */ public const MESSAGING_DESTINATION = 'messaging.destination'; - /** * @deprecated */ diff --git a/src/SemConv/TraceAttributes.php b/src/SemConv/TraceAttributes.php index 72b45785b..0eeca05ab 100644 --- a/src/SemConv/TraceAttributes.php +++ b/src/SemConv/TraceAttributes.php @@ -1343,7 +1343,6 @@ interface TraceAttributes */ public const MESSAGING_DESTINATION = 'messaging.destination'; - /** * @deprecated */