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
Copy file name to clipboardExpand all lines: static/app/views/explore/logs/tables/logsInfiniteTable.tsx
+28-30Lines changed: 28 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@ type LogsTableProps = {
102
102
const{info, fmt}=Sentry.logger;
103
103
104
104
constLOGS_GRID_SCROLL_PIXEL_REVERSE_THRESHOLD=LOGS_GRID_BODY_ROW_HEIGHT*2;// If you are less than this number of pixels from the top of the table while scrolling backward, fetch the previous page.
105
-
constLOGS_OVERSCAN_AMOUNT=50;// How many items to render beyond the visible area.
106
105
107
106
exportfunctionLogsInfiniteTable({
108
107
embedded =false,
@@ -253,10 +252,14 @@ export function LogsInfiniteTable({
0 commit comments