GraphQL prod events are not logged in Sentry
How to test
Run the following query with an invalid header in both prod and staging
query getOrigins {
origins(first: 2) {
nodes {
url
}
}
}
Header to use (Invalid auth header)
{
"Authorization": "Bearer Invalid"
}
This will create an issue in the staging environment but not in prod