[CHORE] [V3] Refactor Initialization APIs#1089
Merged
Merged
Conversation
sbarrio
reviewed
Jan 2, 2026
sbarrio
reviewed
Jan 2, 2026
sbarrio
reviewed
Jan 2, 2026
sbarrio
reviewed
Jan 2, 2026
4 tasks
sbarrio
changed the base branch from
sbarrio/v3/refactor-configuration-properties
to
feature/v3
January 5, 2026 09:51
sbarrio
changed the base branch from
feature/v3
to
sbarrio/chore/update-v3-with-latest-from-develop
January 7, 2026 11:41
Base automatically changed from
sbarrio/chore/update-v3-with-latest-from-develop
to
feature/v3
January 8, 2026 09:09
sbarrio
marked this pull request as ready for review
January 8, 2026 14:26
sbarrio
self-requested a review
January 8, 2026 14:31
cdn34dd
reviewed
Jan 15, 2026
cdn34dd
reviewed
Jan 15, 2026
cdn34dd
reviewed
Jan 15, 2026
cdn34dd
previously approved these changes
Jan 15, 2026
cdn34dd
left a comment
Contributor
There was a problem hiding this comment.
Overall this looks good, just left a couple of comments regarding some implementation details.
sbarrio
force-pushed
the
marcosaia/chore/refactor-init-apis
branch
from
January 16, 2026 14:01
fe04870 to
5c8097b
Compare
cdn34dd
previously approved these changes
Jan 16, 2026
sbarrio
force-pushed
the
marcosaia/chore/refactor-init-apis
branch
2 times, most recently
from
January 16, 2026 14:55
dc77522 to
6faaae6
Compare
sbarrio
changed the base branch from
feature/v3
to
sbarrio/v3/update-with-latest-from-v2
January 19, 2026 11:22
sbarrio
changed the base branch from
sbarrio/v3/update-with-latest-from-v2
to
feature/v3
January 19, 2026 11:22
sbarrio
force-pushed
the
marcosaia/chore/refactor-init-apis
branch
from
January 19, 2026 11:28
6faaae6 to
39e339b
Compare
sbarrio
changed the base branch from
feature/v3
to
sbarrio/v3/update-with-latest-from-v2
January 19, 2026 11:28
sbarrio
changed the base branch from
sbarrio/v3/update-with-latest-from-v2
to
feature/v3
January 19, 2026 11:33
sbarrio
changed the base branch from
feature/v3
to
sbarrio/v3/update-with-latest-from-v2
January 19, 2026 11:34
…ortingEnabled and useAccesibilityLabel to rumConfiguration
…roviderConfiguration
* Refactored configurations and split them in separate modules * Allow initialization of individual features with extra options * Added missing properties in FileBasedConfiguration * Implemented missing JSON converters in FileBasedConfiguration * Fixed missing properties in various setups * Added missing tests and adjusted behavior
Cleanup Add missing configuration on benchmark app
sbarrio
force-pushed
the
marcosaia/chore/refactor-init-apis
branch
from
January 19, 2026 13:11
39e339b to
6cfc1bd
Compare
cdn34dd
previously approved these changes
Jan 19, 2026
Base automatically changed from
sbarrio/v3/update-with-latest-from-v2
to
feature/v3
January 19, 2026 15:24
cdn34dd
approved these changes
Jan 19, 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?
Refactored configurations into separate modules
Support for initializing individual features with extra options
Added missing properties in
FileBasedConfigurationandAutoInstrumentationConfigurationImplemented missing JSON converters in FileBasedConfiguration
Added missing tests and adjusted behavior
Removed unrelated cyclic dependency in network-instrumentation layer
Review checklist (to be filled by reviewers)