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
instead you click through to the original source within chrome, and then if you put a breakpoint on it, it will take you to the source-mapped version. That's not horribly frictionFul, but it could easily fixed.
In the traces displayed we'd have to parse the line # out of the true source code and then generate the link to the correct file at that line #. The Get Sentry recipe to accomplish this can serve as inspiration:
instead you click through to the original source within chrome, and then if you put a breakpoint on it, it will take you to the source-mapped version. That's not horribly frictionFul, but it could easily fixed.
In the traces displayed we'd have to parse the line # out of the true source code and then generate the link to the correct file at that line #. The Get Sentry recipe to accomplish this can serve as inspiration:
https://docs.getsentry.com/hosted/clients/javascript/sourcemaps/#raven-js-sourcemaps
The text was updated successfully, but these errors were encountered: