Skip to content

Commit

Permalink
Fix wrong path in sentry-middleware.mdx (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
01programs authored Sep 28, 2024
1 parent 25af094 commit 59b9687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/features/middleware/sentry-middleware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Using the Sentry middleware is useful to:

```py
import inngest
from inngest.experimental.encryption_middleware import SentryMiddleware
from inngest.experimental.sentry_middleware import SentryMiddleware

import sentry_sdk

Expand Down Expand Up @@ -68,4 +68,4 @@ Using the Sentry middleware is useful to:
</GuideSection>


</GuideSelector>
</GuideSelector>

0 comments on commit 59b9687

Please sign in to comment.