Skip to content

Commit 5bab9ec

Browse files
committed
fix
1 parent 0c82ddb commit 5bab9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class _ScopedResponse:
238238
- WSGI servers streaming responses interleaved from the same thread
239239
"""
240240

241-
__slots__ = ("_response", "_current_scope", "_isolation_scope")
241+
__slots__ = ("_response", "_current_scope", "_isolation_scope", "_transaction")
242242

243243
def __init__(
244244
self,

0 commit comments

Comments
 (0)