You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've called GlobalCrashHandler.Configure();, and was expecting to see full details of unhandled exceptions logged - including the stack trace of where the Exception was raised. However, all I'm getting is the Exception message.
Is this a known problem, or do I need to do something different/more?