From ae8cb2a494c8ab73df3efcd0d9af8de577f908bd Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 19 Dec 2024 14:17:02 +0000 Subject: [PATCH] add note --- .../src/scenes/error-tracking/errorTrackingDataNodeLogic.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/scenes/error-tracking/errorTrackingDataNodeLogic.tsx b/frontend/src/scenes/error-tracking/errorTrackingDataNodeLogic.tsx index 25363c5f37ba2..627d417ff1b9b 100644 --- a/frontend/src/scenes/error-tracking/errorTrackingDataNodeLogic.tsx +++ b/frontend/src/scenes/error-tracking/errorTrackingDataNodeLogic.tsx @@ -51,6 +51,8 @@ export const errorTrackingDataNodeLogic = kea([ try { await api.errorTracking.mergeInto(primaryIssue.id, mergingIds) } catch (e) { + // TODO: ideally we should always call this after merging but right now we're + // getting cached results back. Need to figure out how to bust the cache actions.loadData(true) } }