Raven-node source code awareness

Hello all,

I’m using raven-node 2.4.2 on node 9.7.1 and I get this error on cloud version of Sentry:
Source code was not found for /home/dino/work/tpa-traders-services/node_modules/winston/lib/winston/logger.js

I get that the sentry host can not find that file on its disk. So how do I get my sources to Sentry? Am I obligated to use sourcemaps? I don’t use webpack and I also to not transpile or minify my code. It is just a bot running on a server. In the docs I only read stuff about sourcemaps, what other way is there for me to get my sources to Sentry?

~Dino

Can somebody please shed some light on this, what do I need to do to fix this. In my python projects using Sentry, I can see in the event json blob that the code is in there. When I take a look at the event for the above screenshot, I see that source code from those files is present. I also see that there are errors, is this just a bug or can someone confirm that I am doing it wrong?

Json data: https://pastebin.com/tC9t8VBm