Skip to content

Commit 02476b7

Browse files
committed
WIP add back span status
1 parent adab5ac commit 02476b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ def to_json(self):
729729
} # type: Dict[str, Any]
730730

731731
if self.status:
732+
rv["status"] = self.status
732733
self._tags["status"] = self.status
733734

734735
if len(self._measurements) > 0:

0 commit comments

Comments
 (0)