Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove module and depend on upstream. #640

Merged
merged 5 commits into from
Sep 22, 2023

Conversation

breedx-splk
Copy link
Contributor

Supersedes #629.

This is the first change that will remove the otel classes which now exist in upstream. We source it as a dependency.

sample-app/build.gradle.kts Outdated Show resolved Hide resolved
@@ -44,7 +44,8 @@ val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alp

dependencies {
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion"))
implementation(project(":opentelemetry-android-instrumentation"))
implementation("io.opentelemetry.android:instrumentation:0.1.0-alpha")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder, should we perhaps expose it as an api dep?

@breedx-splk breedx-splk merged commit 2acb7f8 into signalfx:main Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants