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
1. Narrow try/catch in resolveProjectSearch to only wrap resolveFromDsn().
Previously getIssueByShortId errors (e.g. 404) were silently caught,
causing a fallback to findProjectsBySlug which would duplicate the
expensive short ID resolution call before failing with the same error.
2. Add comment explaining why the org_regions cache is expected to be
complete when findProjectsBySlug runs: the project-search format's
short suffix only comes from `sentry issue list` output, which
already called listOrganizations() and populated all orgs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments