Comment on Improve JavaScript error reporting with TraceKitComments−brs15yLooks interesting. I imagine a common use case would be for all exceptions to trigger an AJAX post back to your server, so they can be logged alongside normal server-side errors.
Comments
Looks interesting. I imagine a common use case would be for all exceptions to trigger an AJAX post back to your server, so they can be logged alongside normal server-side errors.