cosmo
cosmo copied to clipboard
Router - Subgraph errors not logged
Component(s)
router
Is your feature request related to a problem? Please describe.
For an operation team view, subgraph errors not logged make the product complicated to manage as this is requiring the full cosmo stack or a tracing stack to know which request is in error or not. We are somehow blind.
Describe the solution you'd like
Log subgraph errors if any occured when a query is made
Describe alternatives you've considered
No response
Additional context
No response
PS: Thanks for your product !
WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible. The roadmap is driven by our customers and we have to prioritize issues that are important to them. You can influence the priority by becoming a customer. Please contact us here.
I tried to apply the hack when I count the 200 errors so that they would at least show up, but ran into panic.
https://github.com/wundergraph/cosmo/issues/458#issuecomment-1946156518
Actually my ultimate goal after receiving an error is to decide if it is an error, despite the http code, if I think it is not an error, to somehow convert it (clean up the technical information) and return the response to the user.