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(utils): Support crypto.getRandomValues in old Chromium versions (#9251)
Here is my proposal to fix `getRandomByte` function throwing an error
due to `crypto.getRandomValues` returning `undefined` in old browser
engines like Chromium 23.
This error could be fixed as well by using a polyfill in every project
that imports and uses Sentry but, since the change of this PR only
involved keeping the `Uint8Array` reference in a variable, I thought it
would be worth it to give it a try.
0 commit comments