What is the best way to get errors from a customer installed application? I can log some errors (sql) from try...catch...end try and ask the customer to send them to an email. Or send errors automatically? The application is in Internal tested status on Play. How to catch errors outside of try...catch? I ask for directions.