File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
integrations/opentelemetry Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99from sentry_sdk .integrations .opentelemetry .span_processor import (
1010 SentrySpanProcessor ,
1111)
12- from sentry_sdk .integrations . opentelemetry . sampler import SentrySampler
12+ from sentry_sdk .sampler import SentrySampler
1313from sentry_sdk .utils import logger
1414
1515try :
Original file line number Diff line number Diff line change 1313
1414import sentry_sdk
1515from sentry_sdk .consts import SPANDATA
16+ from sentry_sdk .sampler import create_sampling_context
1617from sentry_sdk .tracing import DEFAULT_SPAN_ORIGIN
1718from sentry_sdk .utils import get_current_thread_meta
1819from sentry_sdk .profiler .continuous_profiler import (
2122 try_profile_lifecycle_trace_start ,
2223)
2324from sentry_sdk .profiler .transaction_profiler import Profile
24- from sentry_sdk .integrations .opentelemetry .sampler import create_sampling_context
2525from sentry_sdk .integrations .opentelemetry .utils import (
2626 is_sentry_span ,
2727 convert_from_otel_timestamp ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments