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: add actionable suggestions for 400 Bad Request on issue list (CLI-BM, CLI-7B)
When the Sentry API returns 400 Bad Request for issue list queries, the
error message shows the raw API detail but doesn't guide users on what to
fix. This is the most common API error class, affecting 93 users across
CLI-BM (55 users) and CLI-7B (38 users).
Added a build400Detail() helper that enriches the 400 error detail with
context-aware suggestions:
- When --query is provided: link to Sentry search syntax docs
- When using default --period (90d): suggest shorter time range
- Always: suggest verifying project access
The suggestions are appended after the original API detail so the
specific error reason is still shown first.
0 commit comments