I've confirmed all these things: 1. The artifacts `[[path]].js` and `[[path]].js.map` are generated
I've confirmed all these things:
- The artifacts
[[path]].jsand[[path]].js.mapare generated and uploaded to Sentry correctly. All the mappings are correct. - The stack frames are clearly referencing lines that don't exist in that file.
- Is
functionsWorker-0.016298107377014315.jsactually served by my Pages Function, or is it the Worker wrapper? The strange thing is that I only see that file in whole stack; shouldn't I be seeing the frame inside my code generating the exception? - Is there some other bundling and minification process where my functions file is built into a generated worker? If so, is there a way to do a dry run like for
wrangler worker deployso I can inject into the files and upload them to Sentry?
