exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
560 stars 142 forks source link

Use `Ben.Demystifier` to produce better stack traces #177

Closed megakid closed 4 years ago

megakid commented 6 years ago

I've noticed when I send in a "demystified" stack trace it doesn't quite display as cleanly as I'd like in the exceptionless web UI. Maybe Exceptionless.Net could use this library internally (if the exception isn't already demystified)

https://github.com/benaadams/Ben.Demystifier

niemyjski commented 6 years ago

We've thought about source embedding this and running it but haven't had the time to play around with it. It's going to make it into net standard 2.1 release which will be really nice. What kind of issue are you seeing?

Jaans commented 5 years ago

+1 for adding to Exceptionless. With all the noise these days from stack traces, it sure would be nice to be able to have Exceptionless use this for .NET stack traces. (We're using it in .NET Framework 4.7)