Skip to content

Conversation

@fractalwrench
Copy link
Member

Goal

Converts OpenTelemetryRumBuilder from Java to Kotlin. I've tried to retain the API as close as possible to the existing API dump, and have avoided converting symbols such as BiFunction to their Kotlin equivalents for now (although I think this is worth pursuing in future).

I've mostly relied on OpenTelemetryRumBuilderTest to alert of any breaking changes this might have introduced.

@fractalwrench fractalwrench requested a review from a team as a code owner November 10, 2025 14:10
@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

❌ Patch coverage is 81.15942% with 39 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.26%. Comparing base (3d967af) to head (afbad20).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...o/opentelemetry/android/OpenTelemetryRumBuilder.kt 81.15% 37 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1372      +/-   ##
==========================================
- Coverage   64.18%   63.26%   -0.92%     
==========================================
  Files         158      158              
  Lines        3110     3125      +15     
  Branches      320      319       -1     
==========================================
- Hits         1996     1977      -19     
- Misses       1020     1053      +33     
- Partials       94       95       +1     

☔ 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.

Copy link
Contributor

@LikeTheSalad LikeTheSalad left a comment

Choose a reason for hiding this comment

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

Thank you!

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