Skip to content

Commit 3fcbeee

Browse files
committed
rename to tracing
1 parent 9085d7b commit 3fcbeee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sentry_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def _capture_envelope(envelope):
393393
except Exception as e:
394394
logger.debug("Can not set up continuous profiler. (%s)", e)
395395

396-
from sentry_sdk.opentelemetry.integration import (
396+
from sentry_sdk.opentelemetry.tracing import (
397397
patch_readable_span,
398398
setup_sentry_tracing,
399399
)
File renamed without changes.

0 commit comments

Comments
 (0)