Make stack trace use the provided sourcemap (single file, [[path]].js + .map)
I have configured a build that yields a
Currently for my small project I am just hitting a webhook with the stacktrace that sends the stacktrace as a telegram to me but most of the time they are not really readable.
functions/[[path]].js and a functions/[[path]].js.map file. How do I make cloudflare actually use the sourcemap so I can read and unsterand them when an error happens?Currently for my small project I am just hitting a webhook with the stacktrace that sends the stacktrace as a telegram to me but most of the time they are not really readable.