nightingale-rest-api-client icon indicating copy to clipboard operation
nightingale-rest-api-client copied to clipboard

More detailed information about executions, specially after an error

Open kelps opened this issue 4 years ago • 0 comments

Failed executions provide very little information. The stack trace could be a LOT more usefull if it was accompanied by more details about the request.

Imagine I'm trying to do a request using variables for the url and some parameters, but the url is wrong in the variable or maybe I forgot to create the variable or created it with the wrong name. When the error occurs, being able to see the final content of the request would be really helpful in diagnosing what happened.

kelps avatar Feb 25 '21 13:02 kelps