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

Feature: Support for source-maps to decode release stack traces #2

Open
IjzerenHein opened this issue Jul 24, 2016 · 3 comments
Open

Comments

@IjzerenHein
Copy link

Currently, the stack traces in release are very hard to read. The line-numbers refer to absolute line-numbers (and column-numbers) in the bundle.js.
Using source-maps these can be decoded to show the correct source file-name and line-number.

@sibelius
Copy link

sibelius commented Nov 1, 2016

@IjzerenHein have u found a solution?

@sibelius
Copy link

@ianlin this support getting js errors?

maybe this could help https://github.com/bugsnag/bugsnag-react-native/blob/master/lib/Bugsnag.js#L37

@ianlin
Copy link
Owner

ianlin commented Feb 14, 2017

Hey guys sorry for this, was extremely busy on work, if anyone wants to submit a PR I will be appreciated :D

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

3 participants