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) } }