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(flags): Fix bug where concurrent accesses to the flags property could raise a RunTime error (#4034)
On error the SDK deep copies the flag buffer. If the SDK is receiving
flags at the same time, the buffer copy can potentially raise a RunTime
error. To fix this we guard the FlagBuffer with a lock.
Fixes: https://sentry.sentry.io/issues/6286673308/?project=1
0 commit comments