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
Describe the solution you'd like
Currently, there is a problem with Xamarin.Forms apps, because if you compile Android or iOS app in release mode, crash reports do not contain line numbers.
I don't know if line numbers in the crash reports are not supported via App Center or I am doing something wrong.
The text was updated successfully, but these errors were encountered:
(Copying this from the dup in case it helps someone) I got tired of waiting for this to never happen so I put together a small tool that helps somewhat. See the repo at https://github.com/rhult/crash-sharpener
It is not a full solution, but it does two things:
Add information to stack traces that can be uploaded as handled errors to App Center
A tool you can run locally to symbolicate those stack traces
You can use this to automate symbolicating by downloading the errors from App Center using its API, and then symbolicate them on your machine. I have tested it with iOS and Android on .net7 and it works well. I get line numbers from release builds this way.
Describe the solution you'd like
Currently, there is a problem with Xamarin.Forms apps, because if you compile Android or iOS app in release mode, crash reports do not contain line numbers.
I don't know if line numbers in the crash reports are not supported via App Center or I am doing something wrong.
The text was updated successfully, but these errors were encountered: