SentryUserMiddleware
Overview
Lets Sentry know about the user.
call {#call}
ASGI application; can insert things into the scope and run asynchronous code.
Signature {#call-signature}
__call__(self, scope, receive, send)
Parameters {#call-parameters}
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| scope | yes | ||
| receive | yes | ||
| send | yes |
Source {#call-source}
server/vueda/core/middleware.py:33
Source
server/vueda/core/middleware.py:28