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 a30472a commit f5503dfCopy full SHA for f5503df
sentry_sdk/integrations/gnu_backtrace.py
@@ -3,7 +3,7 @@
3
from sentry_sdk.hub import Hub
4
from sentry_sdk.integrations import Integration
5
from sentry_sdk.scope import add_global_event_processor
6
-from sentry_sdk.utils import walk_exception_chain, capture_internal_exceptions
+from sentry_sdk.utils import capture_internal_exceptions
7
8
if False:
9
from typing import Any
0 commit comments