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 18cd8bf commit 47c0aebCopy full SHA for 47c0aeb
sentry_sdk/hub.py
@@ -172,7 +172,7 @@ def capture_exception(self, error=None):
172
def _capture_internal_exception(self, exc_info):
173
"""Capture an exception that is likely caused by a bug in the SDK
174
itself."""
175
- logger.debug("Internal error in sentry_sdk", exc_info=exc_info)
+ logger.error("Internal error in sentry_sdk", exc_info=exc_info)
176
177
def add_breadcrumb(self, crumb=None, hint=None, **kwargs):
178
"""Adds a breadcrumb. The breadcrumbs are a dictionary with the
0 commit comments