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

[FR] error stack : same format as android and prepareStackTrace support #1135

Closed
farfromrefug opened this issue Apr 30, 2019 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@farfromrefug
Copy link

I am working on sourcemap true support for {N}.
Right you can generate sourcemap but there is no way to use them in a dev env to actually see the source of the error.

On android it is already doable using source-map-support.
For it to work on iOS we would need 2 things:

  • we need to have a prepareStackTrace support for the Error class like it exists in v8. It is used here in source-map-support to "translate" the stack.
  • the stack format should be the same as android (also as node and browsers) with at ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants