Reputation: 9120
Javascript applications are growing day by day and getting complex too. so is there possible to handle uncatched error that occured in app so they can be send back to server for further analysis.
i just see in phpmyadmin app sometimes show a little popup in bottom say that javascript error occurred would you like to send to server.
I am not asking about try catch or block level error handling instead i want to know weather is it possible to handle global errors just like any browser show in console/log areas. if yes then how.
Ohh sorry.. got answers Logging Clientside JavaScript Errors on Server
Upvotes: 0
Views: 101