Skip to content

Commit

Permalink
Remove aiokafka Sentry logger ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mátyás Kuti committed Jan 24, 2024
1 parent 01aff40 commit 8dd014c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions karapace/sentry/sentry_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def _initialize_sentry(self) -> None:
# Don't send library logged errors to Sentry as there is also proper return value or raised exception to calling code
from sentry_sdk.integrations.logging import ignore_logger

ignore_logger("aiokafka")
ignore_logger("aiokafka.*")
ignore_logger("kafka")
ignore_logger("kafka.*")

Expand Down

0 comments on commit 8dd014c

Please sign in to comment.