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
debug(replay): Remove noisy log that is causing event buffer overflow as well (#14069)
Removes a log statement that is output when buffer is already full
(which will keep overflowing the buffer). Also noticed a log statement
in `stop()` that would trigger when we stop due to event buffer being
full, which would compoound the issue. This last fix should be pulled
into the SDK.
0 commit comments