From 43f06409b70e320e23a1015b302861ab0ea3a520 Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Tue, 21 Oct 2025 08:37:38 +0200 Subject: [PATCH 1/2] feat(python): Document HTTP request code origin options --- docs/platforms/python/configuration/options.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/platforms/python/configuration/options.mdx b/docs/platforms/python/configuration/options.mdx index 2266757d43bb1..71f054a33ddc9 100644 --- a/docs/platforms/python/configuration/options.mdx +++ b/docs/platforms/python/configuration/options.mdx @@ -409,6 +409,18 @@ The threshold in milliseconds for adding the source location to database queries + + +When enabled, the source location will be added to outgoing HTTP requests. + + + + + +The threshold in milliseconds for adding the source location to an outgoing HTTP request. The request location will be added to the request for requests slower than the specified threshold. + + + An optional property that disables tracing for HTTP requests with certain status codes. From 62dd59bd822c430e3a02627b2890c81e825c6931 Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Tue, 21 Oct 2025 09:10:59 +0200 Subject: [PATCH 2/2] typo --- docs/platforms/python/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/configuration/options.mdx b/docs/platforms/python/configuration/options.mdx index 71f054a33ddc9..177fe3aa2e0d0 100644 --- a/docs/platforms/python/configuration/options.mdx +++ b/docs/platforms/python/configuration/options.mdx @@ -415,7 +415,7 @@ When enabled, the source location will be added to outgoing HTTP requests. - + The threshold in milliseconds for adding the source location to an outgoing HTTP request. The request location will be added to the request for requests slower than the specified threshold.