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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Renamed affected_traces_percent → affected_sessions_percent on the Signal (list) and SignalDetail (detail) response models (JSON alias affectedSessionsPercent). The value is the fraction of project sessions affected by the signal, in [0, 1] (sessions are the platform's primary unit); the previous name mislabeled a sessions-based ratio as traces. Update any code reading signal.affected_traces_percent to signal.affected_sessions_percent.