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
The UUID implementation uses Math.random() to generate random bytes. There are reports that on some browsers this function has poor entropy and UUIDs might conflict even with a relatively small log volume. On browsers which support window.crypto, that should be used instead.