RUM-11136: Move ddtags query parameters to RUM events#2436
Merged
simaoseica-dd merged 2 commits intoSep 11, 2025
Merged
Conversation
simaoseica-dd
force-pushed
the
simaoseica/RUM-11136/move-session-properties-to-ddtags
branch
from
August 14, 2025 13:31
93ee87e to
41233cc
Compare
simaoseica-dd
force-pushed
the
simaoseica/RUM-11136/move-session-properties-to-ddtags
branch
from
September 10, 2025 11:08
41233cc to
6a141f0
Compare
simaoseica-dd
marked this pull request as ready for review
September 10, 2025 14:23
simaoseica-dd
deleted the
simaoseica/RUM-11136/move-session-properties-to-ddtags
branch
September 11, 2025 10:41
This was referenced Sep 11, 2025
Merged
Merged
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 and why?
This PR moves the
service,sdk_version,version,env, andvariantquery parameters to RUM events.This change will ensure that RUM events remain consistently linked to their session values, making persisted batches resilient even if those values change between app launches.
How?
The
ddtagsfrom the query parameters are now injected in all RUM events following the formatparameter:valueseparated by commas,.Review checklist
make api-surface)