From f5b9acf02d7088351f7c346d0689c61fe1a343f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Voron?= Date: Mon, 20 Feb 2023 12:11:54 +0100 Subject: [PATCH] Docs: Remove SentryMiddleware from third-party list (#2044) --- docs/middleware.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/middleware.md b/docs/middleware.md index 5dda069b..134ea3e7 100644 --- a/docs/middleware.md +++ b/docs/middleware.md @@ -773,10 +773,6 @@ A middleware class for reading/generating request IDs and attaching them to appl A middleware class for logging exceptions, errors, and log messages to [Rollbar](https://www.rollbar.com). -#### [SentryMiddleware](https://github.com/encode/sentry-asgi) - -A middleware class for logging exceptions to [Sentry](https://sentry.io/). - #### [StarletteOpentracing](https://github.com/acidjunk/starlette-opentracing) A middleware class that emits tracing info to [OpenTracing.io](https://opentracing.io/) compatible tracers and -- 2.47.3