Skip to content

Commit 3ad2155

Browse files
committed
WIP add back span status
1 parent adab5ac commit 3ad2155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

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

731731
if self.status:
732-
self._tags["status"] = self.status
732+
rv["status"] = self.status
733733

734734
if len(self._measurements) > 0:
735735
rv["measurements"] = self._measurements

0 commit comments

Comments
 (0)