Source Maps support on NodeJS

Hello,

We are migrating our error tracking to Sentry from Airbrake due to the new sourcemaps support for NodeJS.

So far we’ve been able to create a release and upload all the artifacts using sentry-cli. Everything works correct except for the rendering of the code in the sentry web interface, it shows the compiled javascript instead of the typescript code. The strange thing is, the snippet references the typescript file and not the javascript file.

Any ideas of what we could be missing ?

Thanks!