Skip to content

sourcemaps aren't being used in traces #82

@faceyspacey

Description

@faceyspacey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions