tools icon indicating copy to clipboard operation
tools copied to clipboard

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

Open mkustermann opened this issue 1 year ago • 2 comments

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 avatar Sep 10 '24 17:09 mkustermann

/cc @kevmoo @osa1

mkustermann avatar Sep 10 '24 17:09 mkustermann

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.

osa1 avatar Sep 19 '24 11:09 osa1