Ionic/Angular server side error logging
In this post I want to share my experiences on error logging in an Ionic Framework App. By default Ionic/Angular is writing exceptions to the console of your browser, but what if you deployed your app to the app store and people start using it on their devices… Maybe you write bugfree code, but it…