SentryAsgiMiddleware #262
virajkanwade
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you try to use SentryAsgiMiddleware,
app.middlewares.append(SentryAsgiMiddleware(app))
it gives an error
TypeError: <member '__call__' of 'SentryAsgiMiddleware' objects> is not a callable object
It is a known issue: getsentry/sentry-python#947
The work around as suggested in the comment getsentry/sentry-python#947 (comment)
Added this here so others don't end up wasting time like me!
Beta Was this translation helpful? Give feedback.
All reactions