Skip to content

Commit 273e41e

Browse files
committed
remove debugging
1 parent 8ed0ac7 commit 273e41e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/wsgi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def __iter__(self):
276276
# Close the Sentry transaction (it could be that response.close() is never called by the framework)
277277
# This is done here to make sure the Transaction stays
278278
# open until all streaming responses are done.
279-
import ipdb; ipdb.set_trace()
280279
finish_running_transaction(self._current_scope)
281280

282281
def close(self):

0 commit comments

Comments
 (0)