Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Dec 19, 2024
1 parent dceb226 commit ae8cb2a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export const errorTrackingDataNodeLogic = kea<errorTrackingDataNodeLogicType>([
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)
}
}
Expand Down

0 comments on commit ae8cb2a

Please sign in to comment.