Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with flask url handler returning an iterator.
If the iterator does some actual job then yield's part of response, sentry sdk would not catch anything after the url handler itself returned, and will miss everything being done in the iterator. This fixes the issue. Signed-off-by: Wei Mingzhi <[email protected]>
- Loading branch information