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 0c82ddb commit 5bab9ecCopy full SHA for 5bab9ec
sentry_sdk/integrations/wsgi.py
@@ -238,7 +238,7 @@ class _ScopedResponse:
238
- WSGI servers streaming responses interleaved from the same thread
239
"""
240
241
- __slots__ = ("_response", "_current_scope", "_isolation_scope")
+ __slots__ = ("_response", "_current_scope", "_isolation_scope", "_transaction")
242
243
def __init__(
244
self,
0 commit comments