Debugging 500 Internal Server Errors when using unstable_dev

Hi, I'm trying the unstable_dev API (https://developers.cloudflare.com/workers/wrangler/api/#unstable_dev) in my tests.

However, if a fetch() attempt fails with a 500 Internal Server error, the test doesn't report any details that can identify the cause.

Is there a supported way to inspect the logs of the worker when using unstable_dev?
Was this page helpful?