Skip to content

Commit 69ce3fb

Browse files
committed
ref: Rename _get_current_streamed_span
1 parent a8b9406 commit 69ce3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ def make_db_query(sql):
827827
return decorator
828828

829829

830-
def _get_current_streamed_span(
830+
def get_current_span(
831831
scope: "Optional[sentry_sdk.Scope]" = None,
832832
) -> "Optional[StreamedSpan]":
833833
"""

0 commit comments

Comments
 (0)