3

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.

IsmailS
  • 10,797
  • 21
  • 82
  • 134

1 Answers1

1

My friend sent me this question which resolved my problem.

Community
  • 1
  • 1
IsmailS
  • 10,797
  • 21
  • 82
  • 134