Hi!
We have had some requests reaching our API from which we have no logs (we have built our own logging).
We know it crashes between a call to an external API and a DO request. Because we reach the external API but there is no data in the DO. This whole block is surrounded with a ".catch()" and should have been caught but wasn't.
Is there any possibility that workers can crash in a way that isn't caught by a try-catch/.catch()? And if so how do we handle that?