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 9e3c690 commit 9c794c4Copy full SHA for 9c794c4
static/app/views/explore/logs/logsTab.tsx
@@ -209,6 +209,7 @@ export function LogsTabContent({
209
}, []);
210
211
const refreshTable = useCallback(async () => {
212
+ setTimeseriesIngestDelay(getMaxIngestDelayTimestamp());
213
queryClient.setQueryData(
214
tableData.queryKey,
215
(data: InfiniteData<OurLogsResponseItem[]>) => {
0 commit comments