You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments