Closed
Description
I've been using Dave Cheney's errors pkg to add stack traces to all my errors. In dev, when I'm testing queries in graphiql/my app, I like to return the error directly in the response. I was wondering if there was any way to return the %+v
version of errors back instead of the %s
version, because right now, I'm not getting the line numbers of various errors and the rest of the stack trace.
Metadata
Metadata
Assignees
Labels
No labels