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?
It look like:
How can I fix that?
Error: test
at index.js:82326:11
at async dispatch (index.js:39507:17)
at async index.js:78518:5
at async dispatch (index.js:39507:17)
at async index.js:45786:5
at async dispatch (index.js:39507:17)
at async index.js:79119:5
at async dispatch (index.js:39507:17)
at async dispatch (index.js:39507:17)
at async cors2 (index.js:45871:5)