Sentry not picking up typescript sourcemaps

Hi,

I am struggling to show errors on the Issues dashboard using my TypeScript sourcemaps. My errors are getting reported correctly, but they are not mapping to original files.

I am using sentry-files to upload files, and using sentry-electron to report errors.

Here is the screenshot of the error.

I think I have uploaded the files and sourcemaps on Artifacts correctly. The errors are getting reported, but as it can be seen they are not mapping to my original .ts file.

Do you have any idea of what could be wrong? Maybe I am missing something with regards to the paths of all the files that have been uploaded.