Skip to content

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.

Screenshot_2019-12-04_14.42.41

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

Further details

This work supports the Error Tracking Vision.

Proposal

The proposal is to:

  1. Always display the function and the line number for all stacktrace elements
  2. Change styling to emphasize the function and line number (make it bold)
Design mock-up
Link_to_file_in_stack_trace_to_error_detail_page

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

Specs on Sketch Measure

Edited by Nadia Sotnikova