Is there any tool or online service available to help profile javascript applications written with Cordova, AngularJS & Ionic? Or what do you use to attain the same objective?
My objectives are measuring execution times, crash or errors, memory consumption, processor usage, data consumption. I don't want to insert instrumentation code throughout the application and make it a practice for others involved in the team, and am looking for a drop-in solution like how New Relic and the like work. Since much of our development is done in text editors and not IDEs we also cannot use any IDE-only feature.
I tried looking around and didn't find any serious solution hence the question.