Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sourcemaps aren't being used in traces #82

Open
faceyspacey opened this issue Nov 12, 2015 · 0 comments
Open

sourcemaps aren't being used in traces #82

faceyspacey opened this issue Nov 12, 2015 · 0 comments

Comments

@faceyspacey
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant