Hello,
We are migrating from Appcenter to Sentry and are having an issue with the formatting of the stack trace that Sentry appears to be receiving.
Raw Stack Traces;
Appcenter/Event Viewer
Exception Stack:
System.Exception: Exception of type 'System.Exception' was thrown.
at (AppName).(WindowName).ButtonClick(Object sender, RoutedEventArgs e) in (System Address)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
Sentry
System.Exception: Exception of type 'System.Exception' was thrown.
?, in void (WindowName).ButtonClick(object , RoutedEventArgs )
?, in void EventRoute.InvokeHandlersImpl(object source, RoutedEventArgs args, bool reRaised)
As you can see Sentry seems to be leaving out (AppName), "System.Windows" etc and adding "?, in void".
Is there anyway to make Sentry format it similar to Appcenter?
Unfortunately our obfuscators don't recognise the format so can't de-obfuscate the stack traces.
Thank you for any help :).