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 da5ea3f commit 8757d2bCopy full SHA for 8757d2b
sentry_sdk/integrations/wsgi.py
@@ -267,10 +267,6 @@ def __iter__(self):
267
try:
268
chunk = next(iterator)
269
except StopIteration:
270
- # Close the Sentry transaction (it could be that response.close() is never called by the framework)
271
- # This is done here to make sure the Transaction stays
272
- # open until all streaming responses are done.
273
- finish_running_transaction(self._current_scope)
274
break
275
except BaseException:
276
reraise(*_capture_exception())
0 commit comments