What are the recommended ways for handling crash reporting on a released app? Are there any 3rd party tools that make crash reporting easy to implement?
I’ve seen the documentation for crashes here: https://www.defold.com/ref/crash/ . But I don’t really understand how to use it, and there don’t seem to be any helpful examples.
I know how to view crash files when defold editor crashes, but I need a solution specifically when the app crashes on a phone after installing a .ipa file.