Make stack trace use the provided sourcemap (single file, [[path]].js + .map)
I have configured a build that yields a
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.1 Reply
Setting up normal error logs should be possible, right? Or what do I need to do?