Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't send all aiokafka log.error to sentry
These log events are numerous and costly. When these `log.error` events are related to real error, they cause exceptions which are still properly handled and recorded by Sentry, no need to also send individual events for all the `log.error` in addition to the exceptions. The same logic was already applied for the `kafka` library.
- Loading branch information