Skip to content

Commit 092f0ff

Browse files
authored
fix(browser-starfish): resource samples don't match between graph and table (#60041)
The samples between this chart and table were different, because I forgot to pass in the query to the duration chart while it was being passed into the samples table. <img width="553" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/62a864e1-c3fe-496c-9375-33b4e70515e4">
1 parent a84ed80 commit 092f0ff

File tree

1 file changed

+1
-0
lines changed
  • static/app/views/starfish/views/spanSummaryPage/sampleList

1 file changed

+1
-0
lines changed

static/app/views/starfish/views/spanSummaryPage/sampleList/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export function SampleList({
161161
}}
162162
onMouseOverSample={sample => debounceSetHighlightedSpanId(sample.span_id)}
163163
onMouseLeaveSample={() => debounceSetHighlightedSpanId(undefined)}
164+
query={extraQuery}
164165
highlightedSpanId={highlightedSpanId}
165166
/>
166167

0 commit comments

Comments
 (0)