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(replay): Stop refetching useProjectSdkNeedsUpdate() calls after 5s (#97656)
Previously (and previous to
#97642) we were refetching any
request to `useProjectSdkNeedsUpdate()` after 5 seconds.
This was hurting performance, and blowing up state, on the replay list
page. As a user you could see the checkbox state of the list items being
reset when the new/refreshed project-sdk data arrives, even if the value
is the same.
Now we just fetch the data once and that's it. If people are using old
SDKs and see a message, they can refresh the page to get new values, or
re-mount components
Fixes REPLAY-603
0 commit comments