We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0355c8c commit b74c38dCopy full SHA for b74c38d
1 file changed
android-agent/build.gradle.kts
@@ -9,10 +9,10 @@ android {
9
10
dependencies {
11
api(project(":core"))
12
+ api(libs.opentelemetry.instrumentation.api)
13
implementation(project(":common"))
14
implementation(project(":session"))
15
implementation(project(":services"))
- implementation(libs.opentelemetry.instrumentation.api)
16
implementation(libs.opentelemetry.exporter.otlp)
17
18
// Default instrumentations:
0 commit comments