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 8ed0ac7 commit 273e41eCopy full SHA for 273e41e
sentry_sdk/integrations/wsgi.py
@@ -276,7 +276,6 @@ def __iter__(self):
276
# Close the Sentry transaction (it could be that response.close() is never called by the framework)
277
# This is done here to make sure the Transaction stays
278
# open until all streaming responses are done.
279
- import ipdb; ipdb.set_trace()
280
finish_running_transaction(self._current_scope)
281
282
def close(self):
0 commit comments