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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
When using v2.0.1 on a non-web application (i.e. a worker process), the client is setting kwargs.request with garbage information which then clutters up the issue page when viewing the exception:
When using v2.0.1 on a non-web application (i.e. a worker process), the client is setting
kwargs.requestwith garbage information which then clutters up the issue page when viewing the exception:Ideally, this isn't populated at all since there's no relevant "request" within the context of this worker.
From preliminary digging, it looks like it's because
parsers.parseRequestadds this info even if it doesn't exist.