Skip to content

Commit 9c794c4

Browse files
k-fishlzhao-sentry
authored andcommitted
fix(ourlogs): Manual refresh should update delay (#98150)
### Summary The manual refresh button should update the max ingest delay as well, otherwise the chart and table will become out of sync. Fixes #97826
1 parent 9e3c690 commit 9c794c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/explore/logs/logsTab.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export function LogsTabContent({
209209
}, []);
210210

211211
const refreshTable = useCallback(async () => {
212+
setTimeseriesIngestDelay(getMaxIngestDelayTimestamp());
212213
queryClient.setQueryData(
213214
tableData.queryKey,
214215
(data: InfiniteData<OurLogsResponseItem[]>) => {

0 commit comments

Comments
 (0)