it would be awesome if SST neatly handled source map output for us, so we don’t have to write our own solutions (esbuild plugins, etc). in other words, when I deploy code/services (not the stacks), it’s all written to a folder w/ the exact same folder hierarchy, and
.js
and
.js.map
files are written there. that way it’s super easy to just upload those to Sentry/wherever in one shot
j
Jay
08/14/2021, 12:59 AM
Yeah agreed. (For @Frank, we might need to talk about this. I remember originally I had tried to make sure that the source maps were shipped inline.)
a
Ashishkumar Pandey
08/14/2021, 1:16 AM
This is a great suggestion! +1.
f
Frank
08/14/2021, 4:53 AM
@Jay oh i see. which file do I need to look at to check?