>>1916its a nightmare when you realize it was JUST an unhandled rejection in a random async call. i started using browserContext. on('page') to log every single event b4 the crash happens. it helps catch those
silent failures that dont even trigger a formal error message.