Skip to content

fix(issue-details): Always attach lineno to Java frames in 'raw' view#104387

Merged
romtsn merged 1 commit intomasterfrom
rz/fix/java-frames-raw-with-lineno
Dec 4, 2025
Merged

fix(issue-details): Always attach lineno to Java frames in 'raw' view#104387
romtsn merged 1 commit intomasterfrom
rz/fix/java-frames-raw-with-lineno

Conversation

@romtsn
Copy link
Copy Markdown
Member

@romtsn romtsn commented Dec 4, 2025

It's useful to display lineno for Java frames even if there's no filename, because retracing tools can retrace stacktrace purely relying on line numbers.

Before

image

After

Google Chrome 2025-12-04 12 43 09

Now this output can actually be plain copy-pasted into another retrace tool and successfully remap back to the original stacktrace

@romtsn romtsn requested a review from a team as a code owner December 4, 2025 12:10
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 4, 2025
@romtsn romtsn enabled auto-merge (squash) December 4, 2025 12:22
Copy link
Copy Markdown
Member

@scttcper scttcper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look good, my java knowledge is near zero

@romtsn romtsn merged commit 2f5a351 into master Dec 4, 2025
51 checks passed
@romtsn romtsn deleted the rz/fix/java-frames-raw-with-lineno branch December 4, 2025 18:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants