Skip to content

Commit

Permalink
Add embrace dependencies to the test app to enable debugging (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
priettt authored Nov 18, 2024
1 parent a3d471a commit 486076d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/ExampleApp/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ dependencies {
implementation(libs.opentelemetry.api)
implementation(libs.opentelemetry.sdk)

// uncomment to enable debugging through source contained in those modules
// implementation(libs.embrace.android.sdk)
// implementation(libs.embrace.android.core)
// implementation(libs.embrace.android.features)
// implementation(libs.embrace.android.payload)

testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
Expand Down
4 changes: 4 additions & 0 deletions examples/ExampleApp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-toolin
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
embrace-android-sdk = { group = "io.embrace", name = "embrace-android-sdk", version.ref = "embrace" }
embrace-android-core = { group = "io.embrace", name = "embrace-android-core", version.ref = "embrace" }
embrace-android-features = { group = "io.embrace", name = "embrace-android-features", version.ref = "embrace" }
embrace-android-payload = { group = "io.embrace", name = "embrace-android-payload", version.ref = "embrace" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
opentelemetry-bom = { group = "io.opentelemetry", name = "opentelemetry-bom", version.ref = "otel" }
opentelemetry-api = { group = "io.opentelemetry", name = "opentelemetry-api"}
Expand Down

0 comments on commit 486076d

Please sign in to comment.