is there really no way to catch errors like this in cloudflare? ```js setTimeout(() => throw new Er

is there really no way to catch errors like this in cloudflare?

setTimeout(() => throw new Error("test"), 1000);
Was this page helpful?