diff --git a/explorer/src/providers/stats/solanaClusterStats.tsx b/explorer/src/providers/stats/solanaClusterStats.tsx index 52bd9e7844..726136e5d3 100644 --- a/explorer/src/providers/stats/solanaClusterStats.tsx +++ b/explorer/src/providers/stats/solanaClusterStats.tsx @@ -212,11 +212,9 @@ export function SolanaClusterStatsProvider({ children }: Props) { type: PerformanceInfoActionType.SetError, data: "Cluster stats timed out", }); - if (cluster !== Cluster.Custom) { - reportError(new Error("Cluster stats timed out"), { url }); - } + console.error("Cluster stats timed out"); setActive(false); - }, [cluster, url]); + }, []); const retry = React.useCallback(() => { resetData();