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(issues): return all matched short ids instead of redirecting to one
Scanning each query token for a short id meant a query with multiple short ids (e.g. SENTRY-1SENTRY-2) redirected to whichever resolved first. Return every matched group instead, and only set the direct-hit header when a single short id matches, mirroring how multiple group ids are handled.
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments