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): Only set minimum browser SDK peer dependency version (#6440)
This unblocks our release so that the peer dependency isn't left hard-pinned on 7.23.0.
We loose a bit of version sync safety in the sense that users can now use different versions of the SDK and replay but at least it must be >= 7.24.0
Reason for doing this: Our version bump logic doesn't bump peer dependency versions.
0 commit comments