Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Sentry middleware setup example for Python (#993)
Inngest expects a list of uninitialized middleware here, i.e. the actual SentryMiddleware class rather than an instance of it. The class is initialized in MiddlewareManager.add when sending events.
- Loading branch information