Skip to content

Use the sdk instead of the api to determine the core version#1699

Open
breedx-splk wants to merge 1 commit intoopen-telemetry:mainfrom
breedx-splk:fix-version-yet-again
Open

Use the sdk instead of the api to determine the core version#1699
breedx-splk wants to merge 1 commit intoopen-telemetry:mainfrom
breedx-splk:fix-version-yet-again

Conversation

@breedx-splk
Copy link
Copy Markdown
Contributor

Not entirely sure when this broke/change, but the last release templated the instrumentation version just fine, but failed to populate the java core version.

After some investigation into the gradle deps, I settled on this change here.

$ ./gradlew --console=plain android-agent:dependencies | \
> grep 'io.opentelemetry:opentelemetry-api ' | \
> sed -e "s/.* -> //" | \
> sed -e "s/ .*//" | sort | head -1
<nothing printed>
$ ./gradlew --console=plain android-agent:dependencies | \
> grep 'io.opentelemetry:opentelemetry-sdk ' | \
> sed -e "s/.* -> //" | \
> sed -e "s/ .*//" | sort | head -1
1.61.0

@breedx-splk breedx-splk requested a review from a team as a code owner April 22, 2026 17:11
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.05%. Comparing base (5dd681d) to head (41614ae).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1699   +/-   ##
=======================================
  Coverage   62.05%   62.05%           
=======================================
  Files         159      159           
  Lines        3500     3500           
  Branches      347      347           
=======================================
  Hits         2172     2172           
  Misses       1232     1232           
  Partials       96       96           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant