Skip to content

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}

NameTypeRequiredDescription
selfyes
scopeyes
receiveyes
sendyes

Source {#call-source}

server/vueda/core/middleware.py:33

Source

server/vueda/core/middleware.py:28

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2