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(init): show actionable error when org is over its member limit
When the target org is over its member limit, Sentry disables the
caller's seat and returns 401 `member-disabled-over-limit` for
region-scoped calls like listing teams. `sentry init` resolved the org
fine from the control-plane org list, then hit this 401 during team
resolution and surfaced a bare "Failed to list teams / 401" — and the
generic 401 path told the user to re-authenticate, which can't fix a
seat-limit lockout.
Recognize the code in enrich401Detail and explain the real cause (org
over member limit, ask an owner to upgrade/free a seat, or use another
org). Preserve the enriched detail through the init team-resolution
paths (implicit and explicit) and resolve-team's 401 handling so the
guidance reaches the user instead of being flattened.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments