Commit dcefe38
Avoid reporting false-positive StopAsyncIteration in the asyncio integration (#4741)
If a coroutine exits an async loop by raising `AsyncStopIteration`,
Sentry reports it as an error. There is no error in that case.
Co-authored-by: Anton Pirker <[email protected]>1 parent 73e2b7e commit dcefe38
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