Document RUM user context integration for client SDKs - #39000
Draft
leoromanovsky wants to merge 5 commits into
Draft
Document RUM user context integration for client SDKs#39000leoromanovsky wants to merge 5 commits into
leoromanovsky wants to merge 5 commits into
Conversation
leoromanovsky
marked this pull request as ready for review
August 7, 2026 15:47
Contributor
Author
|
/review |
leoromanovsky
marked this pull request as draft
August 7, 2026 15:48
Contributor
There was a problem hiding this comment.
🤖 Automated review by Claude. AI-generated; verify before acting.
One minor consistency nit on platform naming. Otherwise the new section reads clearly.
Reviewed f3ebb3dc827eb74da0fb52b18a3ca90d2dc94bfe — workflow run
Contributor
Preview links (active after the
|
btthomas
approved these changes
Aug 7, 2026
| - Fields explicitly supplied through the application evaluation context take precedence over fields from the RUM user. | ||
|
|
||
| Initialize RUM and set the RUM user before creating the Feature Flags client or provider. This lets the SDK include RUM user attributes in its initial assignment request. | ||
|
|
Contributor
There was a problem hiding this comment.
Can we add the following line somewhere:
A field with an undefined value passed to OpenFeature context suppresses the corresponding RUM attribute and is therefor omitted from the effective context used by the flagging evaluator and downstream telemetry.
9 tasks
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.
Motivation
Client Feature Flags SDKs that integrate with RUM can reuse the RUM user as default evaluation context. The shared client documentation needs to explain attribute mapping, precedence, initialization order, and user lifecycle updates without duplicating the behavior across individual SDK guides.
Changes
Decisions
Verification
git diff --checkpassed.Merge readiness
AI assistance
Used Codex to inspect the client implementation behavior, draft the shared contract, and run documentation validation. The content was reviewed against the implementation behavior before publication.
Additional notes
Related implementations: