Skip to content

Fix typos in Spring GraphQL integration names (GrahQL to GraphQL) - #6061

Merged
0xadam-brown merged 1 commit into
getsentry:mainfrom
nihal1407:fix-4668-graphql-typo
Sep 7, 2026
Merged

Fix typos in Spring GraphQL integration names (GrahQL to GraphQL)#6061
0xadam-brown merged 1 commit into
getsentry:mainfrom
nihal1407:fix-4668-graphql-typo

Conversation

@nihal1407

Copy link
Copy Markdown
Contributor

Fixes #4668.

Renames misspelled integration telemetry names (GrahQL to GraphQL) across Spring 5/6/7 modules: WebMVC, WebFlux and Netflix DGS variants (13 files, 23 string literals). String-only change, no tests reference these names. CHANGELOG entry added under Unreleased.

@0xadam-brown 0xadam-brown left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nihal1407 – looks good!

(For the record, the only other Sentry source that references these strings are some dummy test envelope setups in Spotlight. User impact should be minimal, as this is a rename of values that populate event metadata.)

@0xadam-brown
0xadam-brown enabled auto-merge (squash) September 7, 2026 15:05
@0xadam-brown
0xadam-brown merged commit ef3a85e into getsentry:main Sep 7, 2026
63 of 64 checks passed
@nihal1407

Copy link
Copy Markdown
Contributor Author

Hello maintainers, this is my first OSS contribution fixing GraphQL typos in sentry-java. All bot checks pass (Socket, Semgrep, Cursor Bugbot, Seer). The code change is purely string literal renames (23 occurrences GrahQL→GraphQL). Could a maintainer please approve workflow runs so CI can execute? 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.

Fix typo in reported integration name for GraphQL

2 participants