Experimenting with enhanced javascript error reporting.
Demo at: https://error-central.github.io/error-central.js/
To run locally, start a simple web server from a terminal:
python3 -m http.server
For Python 2
python -m SimpleHTTPServer
Then open this local page in your browser: http://0.0.0.0:8000/index.html