Source map in worker does't work

For Workes & Pages, what is the name of the domain?

https://cf-workers-hono-planetscale-app.hono-user-test.workers.dev/v1/users

What is the error number?

0

What is the error message?

N/A

What is the issue or error you’re encountering

stack trace still showing the the built js file instead of the original files

What steps have you taken to resolve the issue?

N/A

What are the steps to reproduce the issue?

make a hono backend and log the error and stack somewhere in the code
set upload_source_maps = true in the wrangler.toml
run wrangler deploy
call the API to trigger the error and stack log
You will see the stack trace doesn’t have original file location, but instead the bundled js file

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.