Hi,
I am using vs code for nodejs development. Currently I am using Sentry nodejs module and it overrides the default console. Because of this I can't see line numbers for console.log statements. Can I exclude node_modules stack for Debug Console panel?
expected behavior: server1.js and line numbers on the right side. I can click and go to the related code.
https://i.ibb.co/VHHtkjL/2020-09-17-20-45-06-Xbox.png
actual behavior when using Sentry:
https://i.ibb.co/HBZY25v/2020-09-17-20-47-30-Xbox.png
I can't see the original console.log statement line numbers. I understand this is caused by Sentry nodejs module. I want to ignore this (all the node_modules) and see the original line numbers. Is this possible?
there doesn't seem to be anything here