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
Don't emit Sentry warnings for throttled queries to Snuba (#75879)
Allocation policies are our mechanism for doing traffic management for
Snuba queries. Currently, we see a lot of warnings (Warning: Query from
referrer ... is throttled) on Sentry Issues. This is because these
queries are throttled due to being in the "warning zone"; however, we
got feedback that this isn't actually actionable, so we're getting rid
of them. We will only emit Sentry *errors* for rejected queries.
Co-authored-by: Rachel Chen <[email protected]>
0 commit comments