getsentry / getsentry/sentry-go
Add support for GraphQL
Open
Feature
Go
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 262
- Avg merge
- 1d 48m
- Merged PRs (30d)
- 7
Description
## Summary
Sentry [recently released improved GraphQL support](https://blog.sentry.io/improved-graphql-support-in-sentry/). However, there isn't yet support for Go's GraphQL libraries.
It would be great to see support for Go's most popular GraphQL libraries, such as [gqlgen](https://github.com/99designs/gqlgen), in the same way support was added for other languages like [Python's Strawberry integration](https://docs.sentry.io/platforms/python/integrations/strawberry/).
## Motivation
This would provide a better error-reporting experience for GraphQL APIs written in Go.
Contributor guide
Assessment
This issue has not been assessed yet.