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
client.signals.submit_feedback — record a one-time verdict on whether a flagger-detected signal is a real problem, with an optional reason, and optionally archive the signal in the same call. Only signals a flagger detected accept feedback, and the verdict cannot be changed once submitted.
client.signals.get now returns feedback with the verdict submitted for the signal (value, passed, feedback), or None when none has been submitted yet.