Better error logging
Hi, I am trying to log the errors in a better way to include the stack trace on the logs.
When I checked the docs, (https://developers.cloudflare.com/workers/observability/source-maps/),
once source maps are enabled, we would see the trace with respect to the source maps.
But after enabling, I am still seeing the trace with respect to the minified version (js).
Here is the logs I got,
and my wrangler.toml looks like:
My log function looks like:
Not sure, why its showing the logs with the javascript version.

2 Replies