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 (#118032)
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.
There are some inconsistencies between short ids and event ids
redirecting (#116153 is the
offending PR), namely that filters + event id(s) do not redirect, while
filters + short ids do. I considered making the behaviors consistent
here, but it seems like the short id path is happening more often with
users, so I'm holding off for now.
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments