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 43ff0c6 commit 6a5c88eCopy full SHA for 6a5c88e
sentry_sdk/api.py
@@ -6,7 +6,7 @@
6
from sentry_sdk._init_implementation import init
7
from sentry_sdk.consts import INSTRUMENTER
8
from sentry_sdk.scope import Scope, _ScopeManager, new_scope, isolation_scope
9
-from sentry_sdk.tracing import NoOpSpan, Transaction, trace, new_trace
+from sentry_sdk.tracing import NoOpSpan, Transaction, trace
10
from sentry_sdk.crons import monitor
11
12
from typing import TYPE_CHECKING
@@ -81,7 +81,6 @@ def overload(x):
81
"start_span",
82
"start_transaction",
83
"trace",
84
- "new_trace",
85
"monitor",
86
"start_session",
87
"end_session",
0 commit comments