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
…701)
Found multiple issues with the asgi middleware:
lack of warning if contextvars are broken -- as part of that I refactored/unified the error message we give in such situations, also added more information as gevent just recently released a version that deals with contextvars better
exposed methods that were meant for overriding.. but all that is done in there can be done in event processors, so we make them private
Fix#630Fix#700Fix#694
When using
SentryAsgiMiddleware
, Sentry fails for us because it does not find amethod
key on the scope object of Websocket connections:The ASGI spec does not mandate such a
method
key:https://asgi.readthedocs.io/en/latest/specs/www.html#id1
The text was updated successfully, but these errors were encountered: