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

feat(client): add serialized callstack #54

Merged
merged 1 commit into from
Dec 20, 2021
Merged

feat(client): add serialized callstack #54

merged 1 commit into from
Dec 20, 2021

Conversation

blakebyrnes
Copy link
Contributor

@blakebyrnes blakebyrnes commented Dec 17, 2021

Use a common standard for the stacktraces we use during development.

This PR moves Hero off of using source-map-support in favor of directly using the source-map library from Mozilla. Unfortunately, they've moved to an async model that makes it difficult to support stack traces (which are synchronous). I used a fork of that library that is porting some of their performance improvements (minus wasm) (source-map-js). In a recent ticket, the mozilla lib is considering taking a PR, so we can possibly move back to that once it's up (mozilla/source-map#370 (comment))

@calebjclark calebjclark merged commit 13d4c55 into main Dec 20, 2021
@calebjclark calebjclark deleted the name-circuits branch December 20, 2021 02:07
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

Successfully merging this pull request may close these issues.

2 participants