When I was developing the worker, Javascript exceptions in the ctx.waitUntil() promise used to count as an error in the Workers dashboard.
I found out today that it this no longer the case. I had a typo in the function the runs inside waitUntil(), but it shows all my requests as doing fine.
Is there anyway to easily track errors in this case?