Skip to content

Commit e762ef9

Browse files
committed
.
1 parent 24be3d3 commit e762ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def get_current_span(scope=None):
726726
from sentry_sdk.tracing import Span
727727

728728

729-
def finish_running_transaction(scope):
729+
def finish_running_transaction(scope=None):
730730
# type: (Optional[sentry_sdk.Scope]) -> None
731731
current_scope = scope or sentry_sdk.get_current_scope()
732732
if current_scope.transaction is not None and hasattr(

0 commit comments

Comments
 (0)