Display a function and a line number in stack trace for all stacktrace items
Problem to solve
This issue is a follow-up of a discussion that started in the Slack thread.
At the moment, the stack trace displays the function name and the line number only for the stacktrace items that have no code in them. Other items don't display the function and line number, as shown below.
To understand the context, a user needs to unfold a stack trace entry, where the user can see a line number and a code excerpt.
Intended users
- Delaney (Development Team Lead)
- Sasha (Software Developer)
- Devon (DevOps Engineer)
- Sidney (Systems Administrator)
Further details
This work supports the Error Tracking Vision.
Proposal
The proposal is to:
- Always display the function and the line number for all stacktrace elements
- Change styling to emphasize the function and line number (make it bold)
Design mock-up |
---|
Permissions and Security
Documentation
No documentation required - this is a UX improvement that will be expected by our users.
Testing
What does success look like, and how can we measure that?
What is the type of buyer?
Links / references
Edited by Nadia Sotnikova