Commit ed95913
authored
Avoid reporting false-positive StopAsyncIteration in the asyncio integration
If a coroutine exits an async loop by raising AsyncStopIteration, Sentry reports it as an error. There is no error in that case.1 parent c213abf commit ed95913
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments