We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b37cb5 commit 4e6a88bCopy full SHA for 4e6a88b
sentry_sdk/integrations/logging.py
@@ -30,7 +30,9 @@
30
#
31
# Note: Ignoring by logger name here is better than mucking with thread-locals.
32
# We do not necessarily know whether thread-locals work 100% correctly in the user's environment.
33
-_IGNORED_LOGGERS = set(["sentry_sdk.errors", "urllib3.connectionpool"])
+_IGNORED_LOGGERS = set(
34
+ ["sentry_sdk.errors", "urllib3.connectionpool", "urllib3.connection"]
35
+)
36
37
38
def ignore_logger(
0 commit comments