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

Add support for stack traces containing wasm frames in package:source_map_stack_trace #586

Open
mkustermann opened this issue Sep 10, 2024 · 2 comments
Assignees

Comments

@mkustermann
Copy link
Member

To get nicer stack traces we probably want to add support for parsing JS stacks that contain wasm frames to package:source_map_stack_trace.

@mkustermann
Copy link
Member Author

/cc @kevmoo @osa1

@osa1
Copy link
Member

osa1 commented Sep 19, 2024

I've updated stack_trace to parse Wasm frames in Chrome, Firefox, Safari.

No changes needed in this package as there's nothing Wasm specific in mapping frame lines and columns to sources.

We can release a new version of stack_trace with the changes, and then bump the dependency in this package, then close this issue.

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

2 participants