[CHORE]Add MAUI source and regenerate apiSurface#3423
Merged
Conversation
sbarrio
force-pushed
the
sbarrio/RUM-15920/add-maui-source
branch
from
May 8, 2026 10:02
40b181e to
a0e27fb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3423 +/- ##
===========================================
- Coverage 72.26% 72.05% -0.21%
===========================================
Files 961 961
Lines 35418 35418
Branches 5883 5883
===========================================
- Hits 25593 25518 -75
- Misses 8235 8286 +51
- Partials 1590 1614 +24 🚀 New features to boost your workflow:
|
sbarrio
marked this pull request as ready for review
May 8, 2026 12:04
sbarrio
force-pushed
the
sbarrio/RUM-15920/add-maui-source
branch
from
May 8, 2026 12:08
a0e27fb to
179b5e5
Compare
kikoveiga
approved these changes
May 8, 2026
hamorillo
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR adds maui as a valid source on all schemas so the MAUI SDK is able to send telemetry.
Also, it regenerates the apiSurface, which as it appears hadn't been run in a while, generating a huge diff.
Motivation
The MAUI SDK needs to be able to send Telemetry.
Additional Notes
I followed the docs on how to generate the apiSurface files, I did:
Commited the changes and then ran:
./gradlew checkApiSurfaceChangesAllAll turns out green.
Review checklist (to be filled by reviewers)