Skip to content

Commit 635df8c

Browse files
committed
.
1 parent 1fe9037 commit 635df8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry_sdk/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from sentry_sdk.api import * # noqa
88

9-
from sentry_sdk.tracing import new_trace
9+
from sentry_sdk.tracing import new_trace, update_current_span
1010

1111
from sentry_sdk.consts import VERSION # noqa
1212

@@ -46,6 +46,7 @@
4646
"start_transaction",
4747
"trace",
4848
"new_trace",
49+
"update_current_span",
4950
"monitor",
5051
"logger",
5152
"start_session",

0 commit comments

Comments
 (0)