Javascript error in ctx.waitUntil no longer show as error in worker overview

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?

2 Likes