diff --git a/src/platforms/python/common/configuration/integrations/wsgi.mdx b/src/platforms/python/common/configuration/integrations/wsgi.mdx index 634f5bafc995b..8cbc0a1f15003 100644 --- a/src/platforms/python/common/configuration/integrations/wsgi.mdx +++ b/src/platforms/python/common/configuration/integrations/wsgi.mdx @@ -4,6 +4,7 @@ description: "Learn about the WSGI integration and how it adds support for WSGI sidebar_order: 130 redirect_from: - /platforms/python/guides/wsgi/ + - /platforms/python/guides/wsgi/performance/connect-services/ --- If you use a WSGI framework not directly supported by the SDK, or wrote a raw WSGI app, you can use this generic WSGI middleware. It captures errors and attaches a basic amount of information for incoming requests.