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(runtime): improve errors stack trace #453

Merged
merged 3 commits into from
Jan 4, 2023
Merged

Conversation

QuiiBz
Copy link
Member

@QuiiBz QuiiBz commented Jan 4, 2023

About

Improve errors stack trace by showing the full stack trace, in a similar format as browsers. Each frame prints the function name if it exists, and the line/column of the frame.

Also show errors in the terminal for the CLI.

@vercel
Copy link

vercel bot commented Jan 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Ignored Deployments
Name Status Preview Comments Updated
dashboard ⬜️ Ignored (Inspect) Jan 4, 2023 at 7:26PM (UTC)
docs ⬜️ Ignored (Inspect) Jan 4, 2023 at 7:26PM (UTC)
storybook ⬜️ Ignored (Inspect) Jan 4, 2023 at 7:26PM (UTC)
www ⬜️ Ignored (Inspect) Jan 4, 2023 at 7:26PM (UTC)

@QuiiBz QuiiBz marked this pull request as ready for review January 4, 2023 18:52
@QuiiBz QuiiBz merged commit aa76449 into main Jan 4, 2023
@QuiiBz QuiiBz deleted the refactor/improve-stacktrace branch January 4, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant