We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea6d40 commit b16d0d8Copy full SHA for b16d0d8
java/src/org/openqa/selenium/remote/tracing/AttributeKey.java
@@ -17,7 +17,7 @@
17
18
package org.openqa.selenium.remote.tracing;
19
20
-import io.opentelemetry.semconv.trace.attributes.SemanticAttributes;
+import io.opentelemetry.semconv.SemanticAttributes;
21
22
public enum AttributeKey {
23
EXCEPTION_EVENT(SemanticAttributes.EXCEPTION_EVENT_NAME),
java/src/org/openqa/selenium/remote/tracing/BUILD.bazel
@@ -27,6 +27,7 @@ java_library(
27
deps = [
28
"//java/src/org/openqa/selenium:core",
29
"//java/src/org/openqa/selenium/remote/http",
30
+ artifact("io.opentelemetry:opentelemetry-api"),
31
artifact("io.opentelemetry.semconv:opentelemetry-semconv"),
32
],
33
)
0 commit comments