diff --git a/src/platforms/python/common/configuration/integrations/wsgi.mdx b/src/platforms/python/common/configuration/integrations/wsgi.mdx index 634f5bafc995b..ce3cda38bebb1 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/?utm_awesome=open-source&utm_campaign=fire&utm_source=readthedocs --- 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.