NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
863 stars 171 forks source link

Async-friendly format for stack traces and exceptions #68

Closed yuzukwok closed 7 years ago

yuzukwok commented 8 years ago

https://github.com/aelij/AsyncFriendlyStackTrace

NickCraver commented 7 years ago

I agree this needs doing - I'll make sure some form on it lands in V2.

NickCraver commented 7 years ago

I've got a first pass of this into the V2 branch. Here's what a stack trace looks like today vs. what the new prettified version looks like:

screen shot 2017-07-16 at 19 24 46

...and the new stuff:

screen shot 2017-07-16 at 19 24 12

I'll be adding a button to "show all" underneath that view in the next pass. I hope this is an improvement over the plain stack trace, please give me your thoughts!

NickCraver commented 7 years ago

Closing this out since we're live in V2 with it, I'll be merging to master when ASP.NET Core support is in and ready for alpha.