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 9cd3016 commit 809c8cbCopy full SHA for 809c8cb
aws-xray/build.gradle.kts
@@ -35,7 +35,7 @@ testing {
35
suites {
36
val awsTest by registering(JvmTestSuite::class) {
37
dependencies {
38
- implementation("io.opentelemetry:opentelemetry-exporter-otlp-trace")
+ implementation("io.opentelemetry:opentelemetry-exporter-otlp")
39
implementation("io.opentelemetry:opentelemetry-sdk-testing")
40
implementation("org.testcontainers:junit-jupiter")
41
runtimeOnly("org.slf4j:slf4j-simple")
0 commit comments