benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.75k stars 118 forks source link

Does this work for logging in application insights? #158

Open asharn2 opened 3 years ago

asharn2 commented 3 years ago

When I tried to log error as exception in app insights(by giving Exception as the first parameter like Logger.LogError(ex.Demystify(), "Exception while processing request")), the stack trace is not getting demystified.

Could you please suggest how we can implement this for logging demystified exception in app insights using .net application?