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 0dcf1f3 commit 7adcd1bCopy full SHA for 7adcd1b
sentry_sdk/integrations/huey.py
@@ -8,12 +8,10 @@
8
SPANSTATUS,
9
BAGGAGE_HEADER_NAME,
10
SENTRY_TRACE_HEADER_NAME,
11
+ TransactionSource,
12
)
13
from sentry_sdk.integrations import DidNotEnable, Integration
14
from sentry_sdk.scope import should_send_default_pii
-from sentry_sdk.tracing import (
15
- TransactionSource,
16
-)
17
from sentry_sdk.utils import (
18
capture_internal_exceptions,
19
ensure_integration_enabled,
0 commit comments