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
Remove Sentry warnings and GCP logs for throttled queries (#73549)
Snuba throttles queries in the magnitude of 10k-20k. A [previous
PR](#73442) emits a warning to
Sentry and logs to GCP for every throttled query, and thus has the
potential to overwhelm Sentry/GCP. This PR removes the warnings and logs
in case we have an incident.
Co-authored-by: Rachel Chen <[email protected]>
0 commit comments