Skip to content

Commit 5261f78

Browse files
committed
Fix circular import
1 parent becc39d commit 5261f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from sentry_sdk.utils import logger
1010
from sentry_sdk._types import MYPY
11-
from sentry_sdk.tracing_utils import has_custom_measurements_enabled
1211

1312

1413
if MYPY:
@@ -747,4 +746,5 @@ def _set_initial_sampling_decision(self, sampling_context):
747746
has_tracing_enabled,
748747
is_valid_sample_rate,
749748
maybe_create_breadcrumbs_from_span,
749+
has_custom_measurements_enabled,
750750
)

0 commit comments

Comments
 (0)