Skip to content

fix(stack-trace): Show <unknown> for frames with no filename#113108

Open
scttcper wants to merge 2 commits intomasterfrom
scttcper/fix-stack-trace-unknown
Open

fix(stack-trace): Show <unknown> for frames with no filename#113108
scttcper wants to merge 2 commits intomasterfrom
scttcper/fix-stack-trace-unknown

Conversation

@scttcper
Copy link
Copy Markdown
Member

@scttcper scttcper commented Apr 15, 2026

Tweaks a rare case where we have no filename in the new stack trace. Adds a story.

The old stack trace

image

before

image

after

image

frames with no filename or module were rendering a bare `:5:20` in the
path slot, which looked terrible. now falls back to a muted `<unknown>`
label (no line number — not meaningful without a file to anchor it to).
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 15, 2026
@scttcper scttcper marked this pull request as ready for review April 15, 2026 20:49
@scttcper scttcper requested a review from a team as a code owner April 15, 2026 20:49
@scttcper scttcper requested a review from a team April 15, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant