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
We need to make sure we do not try to send any replays when hitting rate limits. If we hit a rate limit, we should wait until sending any further replay data until the rate limit expires.
Open questions:
Should we "just" discard any stuff that should be sent while the rate limit applies?
Or should we keep the recording data and try to send it all later, when the rate limit is over?