feat: Add Session Replay experimental features to RUM configuration - #425
Merged
gonzalezreal merged 1 commit intoAug 6, 2026
Merged
Conversation
There was a problem hiding this comment.
More details
The new optional configuration field is constrained to arrays of strings, accepts representative feature lists, rejects malformed shapes, and leaves legacy events valid. Generated CommonJS and ESM declarations match the schema; the repository-level Yarn validation could not run because Corepack and dependencies were unavailable in the sandbox.
📊 Validated against 8 scenarios · Open Bits AI session
🤖 Datadog Autotest · Commit 962cb1b · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
mariedm
approved these changes
Aug 6, 2026
gogusarov
approved these changes
Aug 6, 2026
gonzalezreal
deleted the
gonzalezreal/PANA-8501/session-experimental-features
branch
August 6, 2026 09:54
5 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.
This PR adds
session_replay_experimental_featuresto the RUM_dd.configurationschema.It lets SDKs report which Session Replay experimental features were enabled in the SDK configuration when the event was created. Values are feature identifiers, for example
swiftuiorlayer_tree_recording.The RUM view sample and generated TypeScript declarations were updated accordingly.
Backward compatibility
This is additive. Existing events are unchanged, and consumers can ignore the new optional field until support is added.
Internal references