maticzav / graphql-middleware

Split up your GraphQL resolvers in middleware functions
MIT License
1.15k stars 58 forks source link

Missing graphql-middleware-sentry middleware #555

Open ianchanning opened 2 years ago

ianchanning commented 2 years ago

In the awesome middlewares you link to your own https://github.com/maticzav/graphql-middleware-sentry

However that repo no longer exists. If it did exist it would be useful to at least leave it up and archive it.

If you search npm you come to: https://www.npmjs.com/package/graphql-middleware-sentry, this links to https://github.com/BrunoScheufler/graphql-middleware-sentry - this is also a non-existent repo.

Bruno Scheufler (author of the npm package) wrote an excellent sentry post: https://blog.sentry.io/2020/07/22/handling-graphql-errors-using-sentry/

On github the only repo that looks about correct is https://github.com/almerindo/graphql-middleware-sentry which has one star and hasn't been updated in 3 years.

I'm just wondering what happened to it?