I am developing an Kiosk app with React, and having a bit trouble because some of the clients are experiencing crashes. So far I tried to enable google chrome crashpad logs, debug logs etc. and could not find anything that could lead to a crash.
So what I have in my mind is, whenever a Crash occurs, I will simply re open the welcome page and let the user continue their work (they need to restart the computer atm. because kiosk app is bound to a windows startup script)
What I tried so far;
What can I try next?
Note: I cannot easily connect and monitor client kiosks, and errors are rare (only 20 out of 800 computers are having crashes (Google Chrome is not responding crash) every 4-6 hours) so even if I connect to monitor the kiosks, I cannot simply watch the empty screen for 6 hours.