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): Mark ui.slowClickDetected clickCount as optional (#8376)
This field was added as part of v7.56.0, but `SlowClickFrameData` was
created before that. Having `clickCount` be required breaks backwards
compatibility, it should be optional.
0 commit comments