diff --git a/docs/platforms/python/configuration/options.mdx b/docs/platforms/python/configuration/options.mdx index 2266757d43bb1..177fe3aa2e0d0 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.