I've confirmed all these things: 1. The artifacts `[[path]].js` and `[[path]].js.map` are generated

I've confirmed all these things:
  1. The artifacts [[path]].js and [[path]].js.map are generated and uploaded to Sentry correctly. All the mappings are correct.
  2. The stack frames are clearly referencing lines that don't exist in that file.
This leaves me with a few theories:
  1. Is functionsWorker-0.016298107377014315.js actually 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?
  2. 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 deploy so I can inject into the files and upload them to Sentry?
Was this page helpful?