upload_source_maps=true is not working
I made a Hono API, and when I log the error in my logging middleware it doesn't show the original file location.
It look like:
How can I fix that?
2 Replies
yeah it didn't work for me either but I assumed that maybe it's because I tried it in a larger astro project build and their build tool somehow messes with sourcemaps
I am also experiencing this issue on Pages Functions, FWIW. The source maps I upload to Sentry don't seem to match the final file that is in the Pages deployment - it thinks it's mapping, but it gets it completely wrong.