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