PANA-5681: Update RUM and Session Replay schemas for heatmaps#3203
Open
gonzalezreal wants to merge 1 commit intogonzalezreal/PANA-5681/view-identity-resolverfrom
Open
PANA-5681: Update RUM and Session Replay schemas for heatmaps#3203gonzalezreal wants to merge 1 commit intogonzalezreal/PANA-5681/view-identity-resolverfrom
gonzalezreal wants to merge 1 commit intogonzalezreal/PANA-5681/view-identity-resolverfrom
Conversation
3 tasks
0xnm
approved these changes
Feb 27, 2026
ambushwork
approved these changes
Feb 27, 2026
ambushwork
approved these changes
Mar 1, 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?
Adds the
permanent_idfield to RUM action targets andpermanentIdto Session Replay leaf wireframes. These fields enable correlating user interactions with visual wireframes for heatmap support.Schema changes match DataDog/rum-events-format#356, which ensures backwards-compatible field ordering (new fields appended as the last constructor parameter).
Motivation
Support mobile heatmaps. This is PR 2 of 4, schema foundation for the RUM and Session Replay integration PRs that follow.
Additional Notes
ViewIdentityResolverinfrastructure #3202permanent_idadded as the last property in_dd.action.targetpermanentIdadded as the last property in each leaf wireframe schema (shape, text, image, placeholder, webview)_common-wireframe-schema.jsonis intentionally NOT modifiedReview checklist (to be filled by reviewers)