You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
marviobezerra
changed the title
It gets messy debugging with open telemetry is enable
It gets messy debugging with open telemetry enable
Aug 20, 2023
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?
The text was updated successfully, but these errors were encountered: