Source code not found in CRA

Hi, I wanted to ask. Whats the point of uploading sourcemap to Sentry, if it is being fetched again when error occurs?
I have my react app hosted on a server. I create a release on sentry and upload sourcemaps generated by npm run build. I check the release artifacts on sentry and its there. Then i manually remove the .js.map files from server so it cannot be seen from chrome dev tools. But when error occurs, the event is sent to Sentry and when i check the artifacts, its deleted

thanks

1 Like