-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aiohttp4.0.0a1 integration error #560
Comments
Possibly. We will fix this once there is a stable release of aiohttp 4 :) |
Looks like this commit broke integration. |
It's fine, we can work around it too. This was just useful to avoid using too much memory, we can probably hold a strong reference as well. |
@Fogapod wow, just looked back into this... thanks for tackling this! |
There is a fix in aiohttp master, it will be resolved in the next release |
I'm running
aiohttp==4.0.0a1
andsentry-sdk==0.13.2
on python 3.8.Each request causes the folowing exception:
Was something changed in aiohttp that prevents current integration from working?
The text was updated successfully, but these errors were encountered: