diff --git a/sentry_sdk/integrations/logging.py b/sentry_sdk/integrations/logging.py index b792510d6c..314780cabd 100644 --- a/sentry_sdk/integrations/logging.py +++ b/sentry_sdk/integrations/logging.py @@ -40,7 +40,7 @@ # Note: Ignoring by logger name here is better than mucking with thread-locals. # We do not necessarily know whether thread-locals work 100% correctly in the user's environment. _IGNORED_LOGGERS = set( - ["sentry_sdk.errors", "urllib3.connectionpool", "urllib3.connection"] + ["sentry_sdk.errors", "urllib3.connectionpool", "urllib3.connection", "opentelemetry.*"] )