We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84ed80 commit 092f0ffCopy full SHA for 092f0ff
static/app/views/starfish/views/spanSummaryPage/sampleList/index.tsx
@@ -161,6 +161,7 @@ export function SampleList({
161
}}
162
onMouseOverSample={sample => debounceSetHighlightedSpanId(sample.span_id)}
163
onMouseLeaveSample={() => debounceSetHighlightedSpanId(undefined)}
164
+ query={extraQuery}
165
highlightedSpanId={highlightedSpanId}
166
/>
167
0 commit comments