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 239a123 commit 8afcdd9Copy full SHA for 8afcdd9
sentry-opentelemetry/sentry-opentelemetry-otlp/build.gradle.kts
@@ -17,9 +17,9 @@ tasks.withType<KotlinCompile>().configureEach {
17
dependencies {
18
api(projects.sentry)
19
20
- implementation(libs.otel)
21
- implementation(libs.otel.extension.autoconfigure)
22
- implementation(libs.otel.exporter.otlp)
+ api(libs.otel)
+ api(libs.otel.extension.autoconfigure)
+ api(libs.otel.exporter.otlp)
23
compileOnly(libs.otel.extension.autoconfigure.spi)
24
// compileOnly(libs.otel.semconv)
25
// compileOnly(libs.otel.semconv.incubating)
0 commit comments