effect-http
effect-http copied to clipboard
propagate platform http annotations to errors in client
or maybe request could be added the the error?
Hey, we could extend the error object with the request. What is the use case?
The use case is: for people who haven’t got proper tracing set up, when an error happens, it’s nice to be able to see in the logs the details of the error as it might help with debugging
Makes sense. I'll add it.