You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(profiling): New stack trace in span profile details (#112559)
Uses the new stack trace component in the "Most Frequent Stacks in this
Span" section, gated behind `issue-details-new-stack-trace`.
Also fixes a bug where `maxDepth` was applied to both `allRows` and
`rows` in `StackTraceProvider`. Since `allRows` includes all system
frames and `rows` only includes visible (in-app) frames, slicing both
independently could lose in-app frames when system frames dominate the
end of the stack.
before
<img width="605" height="501" alt="Screenshot 2026-04-08 at 5 14 48 PM"
src="https://github.com/user-attachments/assets/6b352cb6-ade7-42fb-8677-8e991987c1d8"
/>
after
<img width="553" height="440" alt="image"
src="https://github.com/user-attachments/assets/31fb33a3-bf0d-4564-b042-d1685334f5da"
/>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments