Skip to content

Commit b74c38d

Browse files
authored
Exposing instrumentation api as agent api (#1007)
1 parent 0355c8c commit b74c38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ android {
99

1010
dependencies {
1111
api(project(":core"))
12+
api(libs.opentelemetry.instrumentation.api)
1213
implementation(project(":common"))
1314
implementation(project(":session"))
1415
implementation(project(":services"))
15-
implementation(libs.opentelemetry.instrumentation.api)
1616
implementation(libs.opentelemetry.exporter.otlp)
1717

1818
// Default instrumentations:

0 commit comments

Comments
 (0)