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
chore: protect build timings insert for invalid enums (#20821)
Database insert errors will fail the transaction. So this error isfatal. Properly return it for a better error call stack, and not justhiding the error in the logs.