tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.99k stars 250 forks source link

Design: Include JS errors in TinyPilot debug logs #1644

Open mtlynch opened 11 months ago

mtlynch commented 11 months ago

The current TinyPilot debug logs are all from logs on the device itself, so we don't see errors that occurred in the client's browser.

In some cases, it would be helpful for diagnosing a customer's issue if we could see the contents of their JS console error log.

This is nontrivial, as there are a few issues to solve: