Skip to content

Commit fcfb80d

Browse files
committed
Only set response context in transaction.
1 parent ddd4837 commit fcfb80d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ def set_context(self, key, value):
665665

666666
def set_http_status(self, http_status):
667667
# type: (int) -> None
668-
super(Transaction, self).set_http_status(http_status=http_status)
669668
self.set_context("response", {"status_code": http_status})
670669

671670
def to_json(self):

0 commit comments

Comments
 (0)