@vinimendes3 wrote:
Is there any way to detect bugs/crashes details (error description, line, and so on...) with an app already in market?
Sometimes ago I used a service from Parse, called Parse Crash Detect. I was using this in my Android project (native). It was a piece of code which I added in my code, and if any errors happen it sent an information to my database detailing the crash, with code line which it happened, and type of the error.
Is there any similar solution to apply in Ionic ?
Thanks in advance,
Posts: 2
Participants: 2