Handling GraphQL Errors Using Sentry
When GraphQL queries go wrong, the focus is usually on handling the returned exception. Guest contributor, Bruno Scheufler, writes about how he takes the original GraphQL request and translates it into a more informative response, using Sentry
Read on