Is there any way to log errors from client script onto the server log ?
I know you can do this in custom code using AJAX and passing the error back to some aspx/jsp on server side. Wondering if there's some Metastorm aspx we can hook into (with the assumption that metastorm does capture clientside errors into the server logs)
Or is this not possible at all - in which case, whats the best practice ?
a. just let it die anyway, and let IE report its useless "object expected"
b. throw the error on screen as an alert, asking user to send screenshot to IT ?