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 241d5cf commit 33f79b8Copy full SHA for 33f79b8
sentry_sdk/api.py
@@ -6,9 +6,9 @@
6
from sentry_sdk._init_implementation import init
7
from sentry_sdk.consts import ( # noqa: N811
8
INSTRUMENTER,
9
- SpanTemplate,
10
- SPANDATA as SpanAttr,
11
OP as SpanOp,
+ SPANDATA as SpanAttr,
+ SpanTemplate,
12
)
13
from sentry_sdk.scope import Scope, _ScopeManager, new_scope, isolation_scope
14
from sentry_sdk.tracing import NoOpSpan, Transaction, trace
0 commit comments