Skip to content

Commit afbe88c

Browse files
authored
fix(trace) bump target interval duration (#73739)
Bump target interval as in can otherwise get a bit too narrow in some edge cases and render a lot of indicators
1 parent 41dd613 commit afbe88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/newTraceDetails/traceRenderers/virtualizedViewManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ export class VirtualizedViewManager {
10721072
this.view.trace_view
10731073
);
10741074
const time_at_100 =
1075-
tracePhysicalToView[0] * (100 * window.devicePixelRatio) +
1075+
tracePhysicalToView[0] * (110 * window.devicePixelRatio) +
10761076
tracePhysicalToView[6] -
10771077
this.view.trace_view.x;
10781078

0 commit comments

Comments
 (0)