You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -550,17 +550,11 @@
550
550
<artifactId>opentelemetry-context</artifactId>
551
551
<version>1.35.0</version>
552
552
</dependency>
553
-
<!-- OpenTelemetry Semconv (1.37+ has UrlAttributes required by Sentry OpenTelemetryAttributesExtractor)-->
553
+
<!-- OpenTelemetry Semconv 1.28.0-alpha: has both legacy SemanticAttributes (top-level) and new split classes (UrlAttributes/HttpAttributes/ServerAttributes) required by sentry-opentelemetry-core 8.16-->
554
554
<dependency>
555
555
<groupId>io.opentelemetry.semconv</groupId>
556
556
<artifactId>opentelemetry-semconv</artifactId>
557
-
<version>1.37.0</version>
558
-
</dependency>
559
-
<!-- Legacy semconv (groupId io.opentelemetry): 1.23.1-alpha has top-level io.opentelemetry.semconv.SemanticAttributes required by sentry-opentelemetry-bootstrap at runtime -->
0 commit comments