I'm logging errors by specifically signalling errors
ErrorSignal.FromCurrentContext().Raise(exception);
How do I add request body and headers in the errors details. I'm just using the email feature.
My friend sent me this question which resolved my problem.