elmah / Elmah

Error Logging Modules & Handlers for ASP.NET
https://elmah.github.io/
Apache License 2.0
310 stars 65 forks source link

Prettier stack trace without async state machine frames #422

Open kfrancis opened 6 years ago

kfrancis commented 6 years ago

Hey,

Any chance we can apply some of this to clean up all the async junk in stack traces?

dl-ygz4umaa47tb

Inspired by this tweet by @davkean

atifaziz commented 6 years ago

@kfrancis Thanks for those sources and bringing the issue to my attention. I'll mark this up for grabs in the 1x branch if someone wishes to tackle it and submit a PR.

atifaziz commented 6 years ago

Looks like this is getting addressed at the level of the runtime/framework. See dotnet/corefx#24627.