Skip to content

Commit 24f74ad

Browse files
fix(starfish): Pass webvital to charts in Webvitals module (#58517)
Forgot to pass the current webvital to the performance score charts. This enables the performance score ring to dynamically shade segments depending on the selected webvital.
1 parent d7dbc75 commit 24f74ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/performance/browser/webVitals/webVitalsLandingPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export default function WebVitalsLandingPage() {
106106
projectScore={projectScore}
107107
transaction={transaction}
108108
isProjectScoreLoading={isLoading}
109+
webVital={state.webVital}
109110
/>
110111
</PerformanceScoreChartContainer>
111112
<WebVitalMeters

0 commit comments

Comments
 (0)