-
Notifications
You must be signed in to change notification settings - Fork 517
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
sentry and asgi 'lifespan' scope type: documentation, bug or configuration issue? #820
Comments
#505 has been fixed as per comments. This seems like @tomchristie may have more info on it (I don't know what the bug is), but if all you need for now is to get rid of the error in Sentry to save money, use Sentry features: django/channels#1216 (comment) |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
This has happened so long ago, I am going to close now. If anyone bumps into this again, feel free to refer to this issue and create a new one. |
As the original poster already closed this. I will again close this and post his same message: If anyone bumps into this again, feel free to refer to this issue and create a new one. |
Hi there, I'm not sure if issues relating to
lifespan
and asgi on sentry are resolved yet.I got this error today after following the instructions for
SentryAsgiMiddleware
:sentry docs on asgi middleware: https://docs.sentry.io/platforms/python/guides/asgi/
asgi docs on lifespan: https://asgi.readthedocs.io/en/latest/specs/lifespan.html
Here are some related issues:
lifespan protocol not implemented? #505 - closed, but what's the conclusion?
Lifespan issue with django channels encode/sentry-asgi#8 (archived repo)
Lifespan support django/channels#1216 -
I'm using uvicorn with sentry-sdk 0.16.5 (example event if you're sentry staff: b47f9e1ecd9547709404d84d51b9a0b9)
The text was updated successfully, but these errors were encountered: