Is there a way to convert Raw/Source data in XML or in JSON generated by ELMAH to a Fiddler SAZ trace file?
Asked
Active
Viewed 95 times
0
-
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 Answers
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