getsentry / getsentry/sentry

Source context UI - allow loading more lines/scrolling

Open
#60,970 3 comments 1 reaction 0 assignees View on GitHub
Feature Product Area: Issues
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
22h 21m
Merged PRs (30d)
586

Description

### Problem Statement

When trying to fix an error with the help of a source code context, I often need to see more than just a couple of lines before the error line.
image

Because this info is not shown on the UI, I need to open the file at that specific revision and look for the code manually. This can get time consuming even for sources that are in the repositories I have checked out locally. For remote sources fetched for depdencies, this can get prohibitively complicated to do manually.

### Solution Brainstorm

Because Sentry already has access to the whole source file, it would be preferable to allow scrolling the file directly in the UI, to see the code leading to the frame line.

### Product Area

Issues

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.