Skip to content

Conversation

@ithinkdancan
Copy link

Motivation

Our GraphQL server makes use of persisted queries for operations which means the query and operationType are not known when making calls to GQL which prevents us from being able to use the built in GQL tracking for enriching our resource events

example:

{
    "graphqlBody": {
        "operationName": "Navigation",
        "variables": {},
        "extensions": {
            "persistedQuery": {
                "version": 1,
                "sha256Hash": "0e669423cef683226cb8eb295664619c8e0f95945734e0a458095f51ee89efb3"
            }
        }
    }
}

Test instructions

Checklist

  • Tested locally
  • Tested on staging
  • Added unit tests for this change.
  • Added e2e/integration tests for this change.

@ithinkdancan ithinkdancan requested a review from a team as a code owner November 21, 2025 20:46
@ithinkdancan
Copy link
Author

@thomas-lebeau Any assistance or guidance you could provide here?

@datadog-official
Copy link

datadog-official bot commented Dec 3, 2025

🎯 Code Coverage
Patch Coverage: 100.00%
Total Coverage: 92.62% (-0.01%)

View detailed report

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 02e0cd8 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@rgaignault
Copy link
Contributor

@ithinkdancan Hey ! 👋 I am taking over your PR, I will let you know once it's merged

@ithinkdancan
Copy link
Author

@ithinkdancan Hey ! 👋 I am taking over your PR, I will let you know once it's merged

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants