From 9c7d8c0f9d66f7bb5434e23f3b44e6ddb273bd0a Mon Sep 17 00:00:00 2001 From: JGS3089 <145158937+JGS3089@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:04:25 -0400 Subject: [PATCH 1/2] Update wsgi.mdx --- src/platforms/python/common/configuration/integrations/wsgi.mdx | 1 + 1 file changed, 1 insertion(+) 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. From a6395c56446671a90a1cea943dcd0ee637b3562d Mon Sep 17 00:00:00 2001 From: Shana Matthews Date: Mon, 25 Sep 2023 12:12:42 -0700 Subject: [PATCH 2/2] Update src/platforms/python/common/configuration/integrations/wsgi.mdx --- src/platforms/python/common/configuration/integrations/wsgi.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/python/common/configuration/integrations/wsgi.mdx b/src/platforms/python/common/configuration/integrations/wsgi.mdx index ce3cda38bebb1..8cbc0a1f15003 100644 --- a/src/platforms/python/common/configuration/integrations/wsgi.mdx +++ b/src/platforms/python/common/configuration/integrations/wsgi.mdx @@ -4,7 +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 + - /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.