You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team is using the Sentry SDK to monitor our Ariadne app. I've noticed that whenever a client sends a broken query (violating the GraphQL schema), it is logged at error level & appears in our Sentry dashboard despite this not being a fixable problem from the perspective of backend developers. After looking around for a while, I haven't figured out a clear way to separate client errors from application errors.
I'm not sure whether I'm thinking about this incorrectly, but since erroneous queries are not fixable nor preventable from our perspective, having them appear in Sentry only creates noise that someone has to manually filter.
I have two question: am I thinking about this incorrectly? Should we be interested in client errors? And if so, what would be the best approach to filtering them?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
My team is using the Sentry SDK to monitor our Ariadne app. I've noticed that whenever a client sends a broken query (violating the GraphQL schema), it is logged at error level & appears in our Sentry dashboard despite this not being a fixable problem from the perspective of backend developers. After looking around for a while, I haven't figured out a clear way to separate client errors from application errors.
I'm not sure whether I'm thinking about this incorrectly, but since erroneous queries are not fixable nor preventable from our perspective, having them appear in Sentry only creates noise that someone has to manually filter.
I have two question: am I thinking about this incorrectly? Should we be interested in client errors? And if so, what would be the best approach to filtering them?
Best,
kwzrd
Beta Was this translation helpful? Give feedback.
All reactions