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 becc39d commit 5261f78Copy full SHA for 5261f78
sentry_sdk/tracing.py
@@ -8,7 +8,6 @@
8
9
from sentry_sdk.utils import logger
10
from sentry_sdk._types import MYPY
11
-from sentry_sdk.tracing_utils import has_custom_measurements_enabled
12
13
14
if MYPY:
@@ -747,4 +746,5 @@ def _set_initial_sampling_decision(self, sampling_context):
747
746
has_tracing_enabled,
748
is_valid_sample_rate,
749
maybe_create_breadcrumbs_from_span,
+ has_custom_measurements_enabled,
750
)
0 commit comments