I’m using the raven-js library to capture errors in a react application. Since I’ve installed this library all my console.log() lines are being captured by raven.js and I’ve lost visibility of the line numbers of the log lines. I can see that this question has been asked before on this forum and that an answer has been suggested (With console.log, it’s not possible to see which line of code the log is from). I’ve added the config suggested in that answer to my raven-js initialisation code but the log lines are still printing as raven.js:58 for all logs. Is there a way I can recover the ability to get accurate log line numbers back in local development mode?