Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't send all aiokafka log.error to sentry #990

Merged
merged 1 commit into from
Nov 13, 2024

Commits on Nov 7, 2024

  1. 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.
    kmichel-aiven committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0e8e831 View commit details
    Browse the repository at this point in the history