0

Is there a way to convert Raw/Source data in XML or in JSON generated by ELMAH to a Fiddler SAZ trace file?

K.A.D.
  • 3,648
  • 3
  • 34
  • 35
  • As far as I understand things, ELMAH has an option natively to collect a SAZ file. If there's a not such an option if you can share the XML or JSON I can look at writing an importer for you. `Help` > `Send Feedback` in Fiddler. – EricLaw Jul 09 '15 at 20:18

1 Answers1

1

https://github.com/mausch/ElmahFiddler adds a fiddle attachment when an error occurs ( when the errors are mailed). It extracts the *.saz file from the HttpRequest

NicoJuicy
  • 3,435
  • 4
  • 40
  • 66