RUM-15352: Replace GraphQL chain wrapper with request tag#3424
Merged
kikoveiga merged 2 commits intoMay 11, 2026
Conversation
kikoveiga
force-pushed
the
kikoveiga/rum-15352/replace-graphql-chain-wrapper
branch
from
May 8, 2026 14:02
124350b to
c04c3d0
Compare
kikoveiga
marked this pull request as ready for review
May 8, 2026 14:27
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3424 +/- ##
===========================================
- Coverage 72.26% 72.06% -0.20%
===========================================
Files 961 961
Lines 35418 35399 -19
Branches 5883 5882 -1
===========================================
- Hits 25593 25508 -85
- Misses 8235 8276 +41
- Partials 1590 1615 +25
🚀 New features to boost your workflow:
|
0xnm
previously approved these changes
May 11, 2026
0xnm
approved these changes
May 11, 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?
Replace the existing logic of
wrapChainWithoutDDHeaderswith strip-and-tag step atDatadogInterceptor.interceptor().Now GraphQL attributes travel though the pipeline in a
Request.tag().Motivation
The previous logic was unpredictably modifying the request flow and could cause issues in complex interception pipelines. Also as tags are in-memory only, they cannot be serialized and leak to the network.
Review checklist (to be filled by reviewers)