feat(attributes): Add graphql.source (deprecated) in favor of graphql.document - #584
Merged
Merged
Conversation
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Attributes
Other
Bug Fixes 🐛Names
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
from
August 27, 2026 07:59
e74aea3 to
7054621
Compare
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
from
August 27, 2026 08:11
7054621 to
ff5642b
Compare
JPeer264
marked this pull request as ready for review
August 27, 2026 08:17
JPeer264
requested review from
a team,
Lms24,
cleptric,
mjq and
nsdeschenes
as code owners
August 27, 2026 08:17
Lms24
approved these changes
Aug 27, 2026
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
2 times, most recently
from
August 27, 2026 16:30
29a0cb8 to
8c3cfec
Compare
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
from
August 27, 2026 16:49
8c3cfec to
2b89ffa
Compare
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
from
August 28, 2026 11:49
2b89ffa to
2cd21b7
Compare
…hql.document` The JavaScript SDK emitted `graphql.source` from its vendored GraphQL instrumentation and dropped it in v11. It held the GraphQL document text, which is what `graphql.document` already describes, so this is a plain rename onto the OpenTelemetry name. Deprecated by getsentry/sentry-javascript#22735 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
from
August 28, 2026 12:12
2cd21b7 to
bc40f49
Compare
4 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.
The JavaScript SDK emitted
graphql.sourcefrom its vendored GraphQL instrumentation and dropped it in v11. It held the GraphQL document text, which is whatgraphql.documentalready describes, so this is a plain rename onto the OpenTelemetry name.Deprecated by getsentry/sentry-javascript#22735