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 cfa5518 commit 7fca789Copy full SHA for 7fca789
sentry_sdk/integrations/logging.py
@@ -40,7 +40,7 @@
40
# Note: Ignoring by logger name here is better than mucking with thread-locals.
41
# We do not necessarily know whether thread-locals work 100% correctly in the user's environment.
42
_IGNORED_LOGGERS = set(
43
- ["sentry_sdk.errors", "urllib3.connectionpool", "urllib3.connection"]
+ ["sentry_sdk.errors", "urllib3.connectionpool", "urllib3.connection", "opentelemetry.*"]
44
)
45
46
0 commit comments