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 24be3d3 commit e762ef9Copy full SHA for e762ef9
sentry_sdk/tracing_utils.py
@@ -726,7 +726,7 @@ def get_current_span(scope=None):
726
from sentry_sdk.tracing import Span
727
728
729
-def finish_running_transaction(scope):
+def finish_running_transaction(scope=None):
730
# type: (Optional[sentry_sdk.Scope]) -> None
731
current_scope = scope or sentry_sdk.get_current_scope()
732
if current_scope.transaction is not None and hasattr(
0 commit comments