Closed
Bug 1008203
Opened 11 years ago
Closed 11 years ago
Display line numbers in Source column on report/index
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
86
People
(Reporter: ted, Assigned: peterbe)
References
()
Details
Attachments
(1 file)
385.54 KB,
image/png
|
Details |
We currently only put the filename in the source column of stack traces on report/index. For frames where we have links back to a VCS this is okay because we encode the line number in the VCS link and you can get back to the exact source anyway. For frames where we don't have links this means you have to dig in the raw dump to get that info. It would be nice to display <file>:<line> so we don't have this problem.
The report in the URL field is an example.
Assignee | ||
Comment 1•11 years ago
|
||
I see we have `source_line` in the data available there.
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Progress.
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5fc5056fac0e7ba9f9b00e52814f6ceb2e7fde8d
fixes bug 1008203 - Display line numbers in Source column on report/index
https://github.com/mozilla/socorro/commit/c7ef85a5b5768decec1078b1acf82f054345954d
Merge pull request #2049 from peterbe/bug-1008203-display-line-numbers-in-source-column-on-reportindex
fixes bug 1008203 - Display line numbers in Source column on report/index
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•11 years ago
|
||
Screenshot looks good, thanks!
Updated•11 years ago
|
Target Milestone: --- → 86
You need to log in
before you can comment on or make changes to this bug.
Description
•