0xthierry
0xthierry
CDCloudflare Developers
Created by 0xthierry on 11/11/2024 in #workers-help
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:
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)
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)
How can I fix that?
3 replies