-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other:
Version:
4.4.1
Description
I use webpack 4.19.1 (thought I believe it doesn't really matter) for my frontend build system.
I have sourcemaps that I can see in Chrome when I run my application. They are supposed to tell me which line of code I'm having some console.log output.
However, when I install sentry, my logs become like this:
This doesn't only happen for console logs. Even if I throw some error, it still doesn't tell me where the actual error is in Chrome anymore:
I was thinking if this is related to the deepness of the "stack level". For instance, if it's supposed to display 4 levels up, but it's displaying 3 levels up, resulting it the file and line number to be always the "same".
With this issue it's really hard to debug things. So I was wondering if anyone may know what the problem is, and if this can be resolved somehow.
Thanks in advance!