Replies: 1 comment 1 reply
-
This discussion thread may help you #653 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if it is possible to get the C# stacktrace when the release build of the iOS app crash without using crashanalytics platform such as AppCenter or Sentry?
I tried to symbolicate using the .DSYM file but it is showing only the swift strack trace not the C# one. Not sure how to link the PDB file though.
Wondering how AppCenter or other crashanalytics tool does produce this information, like do they do any kind of static analysis or just use some .NET tool to generate the report?
Beta Was this translation helpful? Give feedback.
All reactions