You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(issue-views): Make page filters a parameter in mutate request (#84381)
fixes SENTRY-3MZS
(hopefully)
This PR updates the useMemo in the debounce function that updates Issue
Views to not recreate itself upon page filter changes. Instead, it takes
those page filters as parameters.
We were seeing cases where the request was being sent in very rapid
succession (<200ms apart) despite the debouncing, so one explanation
might be that the denounced function is being recreated too frequently,
thus "resetting" the timer.
0 commit comments