I am trying to get sourcemaps working for a sentry integration and notice that when I use --sourcemaps on my build script is changes the hash for the build files. This results in my sourcemaps not matching on Sentry.
In my docker file (my app is hosted on fly), I build my app without this flag, however when I build it in a Github Action I use this flag to create the sourcemaps to upload to Sentry.
How can I resolve this?