I"m using VSCode and every time that I step into a method the debugger jumps to base.injector.js inside of node_modules. More over, it also mess up the source maps - the VScode shows a line that does not match with the code running.
I also tried to debug using Chrome, but it stills the same.
Any clue on how to combine Debugger and OpenTelemetry?
I"m using VSCode and every time that I step into a method the debugger jumps to
base.injector.jsinside of node_modules. More over, it also mess up the source maps - the VScode shows a line that does not match with the code running.I also tried to debug using Chrome, but it stills the same.
Any clue on how to combine Debugger and OpenTelemetry?