Skip to content

Commit 29096ac

Browse files
authored
remove sentry logging (#7263)
We have thousands of these info messages in Sentry ([SNUBA-8YR](https://sentry.sentry.io/issues/6678392556/?project=300688&query=is%3Aunresolved&referrer=issue-stream&stream_index=0)) that don't seem to be useful
1 parent cfae911 commit 29096ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snuba/web/rpc/storage_routing/routing_strategies/storage_routing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def _get_time_budget_ms(self) -> int:
319319

320320
def _emit_routing_mistake(self, routing_decision: RoutingDecision) -> None:
321321
if routing_decision.routing_context.query_result is None:
322-
sentry_sdk.capture_message("storage routing: query_result is None")
323322
return
324323
if self._is_highest_accuracy_mode(routing_decision.routing_context):
325324
return

0 commit comments

Comments
 (0)