-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Describe the bug
A description of what the bug is, possibly including how to reproduce it.
I am trying to include SentryAsgiMiddleware.
I have to hack it a little as per the known issue as:
class SentryAsgi3Middleware1(SentryAsgiMiddleware):
"""SentryAsgi3Middleware"""
# pylint: disable=method-hidden
async def __call__(self, *args, **kwargs):
"""Override __call__ slot"""
return await self._run_asgi3(*args, **kwargs)
But the problem arrises when a URL is actually called.
TypeError: SentryAsgiMiddleware._run_asgi3() missing 1 required positional argument: 'send'
Metadata
Metadata
Assignees
Labels
No labels