-
Notifications
You must be signed in to change notification settings - Fork 53
[CHORE] [V3] Refactor Initialization APIs #1089
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
Merged
Merged
Conversation
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
sbarrio
reviewed
Jan 2, 2026
sbarrio
reviewed
Jan 2, 2026
sbarrio
reviewed
Jan 2, 2026
packages/core/src/sdk/DatadogProvider/__tests__/initialization.test.tsx
Outdated
Show resolved
Hide resolved
sbarrio
reviewed
Jan 2, 2026
4 tasks
Base automatically changed from
sbarrio/chore/update-v3-with-latest-from-develop
to
feature/v3
January 8, 2026 09:09
cdn34dd
reviewed
Jan 15, 2026
cdn34dd
reviewed
Jan 15, 2026
cdn34dd
reviewed
Jan 15, 2026
cdn34dd
previously approved these changes
Jan 15, 2026
Contributor
cdn34dd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks good, just left a couple of comments regarding some implementation details.
cdn34dd
reviewed
Jan 16, 2026
.../src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracingAttributes.ts
Show resolved
Hide resolved
fe04870 to
5c8097b
Compare
cdn34dd
previously approved these changes
Jan 16, 2026
dc77522 to
6faaae6
Compare
6faaae6 to
39e339b
Compare
…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
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
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)