File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
6666
6767 coreLibraryDesugaring(libs.desugarJdkLibs)
6868
69- implementation(" io.opentelemetry.android:instrumentation-compose" )
69+ implementation(" io.opentelemetry.android:instrumentation-compose-click " )
7070 implementation(" io.opentelemetry.android:android-agent" ) // parent dir
7171 implementation(" io.opentelemetry.android:instrumentation-sessions" )
7272 implementation(libs.androidx.core.ktx)
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencyResolutionManagement {
2222
2323includeBuild(" .." ) {
2424 dependencySubstitution {
25- substitute(module(" io.opentelemetry.android:instrumentation-compose" ))
26- .using(project(" :instrumentation:compose" ))
25+ substitute(module(" io.opentelemetry.android:instrumentation-compose-click " ))
26+ .using(project(" :instrumentation:compose:click " ))
2727 substitute(module(" io.opentelemetry.android:android-agent" ))
2828 .using(project(" :android-agent" ))
2929 substitute(module(" io.opentelemetry.android:instrumentation-sessions" ))
You can’t perform that action at this time.
0 commit comments