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
fix: Use trimmed package name for flamegraph (#97436)
The aggregate flamegraph on the transaction summary page is getting the
flamegraph data from vroom which is already applying package name
trimming when it aggregates the flamegraphs. However the individual
profile view did not do this and showed the whole package name, which
wasn't a good UX.
Before:
<img width="1980" height="374" alt="Screenshot 2025-08-07 at 5 08 46 PM"
src="https://github.com/user-attachments/assets/0ebe228f-edf4-4c49-9217-d3c6d6cabfe4"
/>
After:
<img width="1228" height="386" alt="Screenshot 2025-08-07 at 5 08 23 PM"
src="https://github.com/user-attachments/assets/58e4e127-ecfb-4edd-9731-63f2563bd85e"
/>
0 commit comments