graphql-yoga
graphql-yoga copied to clipboard
Rewrite Envelop plugins as Yoga plugins if they'd be better with Yoga hooks
- ~~Automatic/Manual Persisted Queries plugin~~
- ~~https://github.com/dotansimha/graphql-yoga/pull/1137~~
- ~~Response Cache (on top of the existing Envelop plugin)~~
- ~~https://github.com/dotansimha/graphql-yoga/pull/1359~~
- Rewrite rate-limiter plugin by using the approach here;
- https://github.com/Urigo/graphql-mesh/blob/master/packages/plugins/rate-limit/src/index.ts#L29
- Consider allowing async visitors because cache's get/set methods are async
- Consider rewriting tracing and monitoring plugins in platform agnostic way instead of using Node.js packages
- Sentry (pre-configured only put your key and that is it ™️) #1488
- Prometheus
- #1377
- https://github.com/dotansimha/graphql-yoga/pull/1741
Does anyone have a solution for Sentry integration? The envelop plugin is not working anymore.
Could you create a new issue by following our issue template? Thanks!