Skip to content

Commit 583d61d

Browse files
authored
Fix wording of trace_propagation_targets to be correct (#11500)
1 parent 5b3c804 commit 583d61d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/platforms/php/common/configuration/options.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ A function responsible for determining the percentage chance a given transaction
248248

249249
An optional property that controls which downstream services receive tracing data, in the form of a `sentry-trace` and a `baggage` header attached to any outgoing HTTP requests.
250250

251-
The option may contain a list of strings against which the URLs of outgoing requests are matched.
252-
If one of the entries in the list matches the URL of an outgoing request, trace data will be attached to that request.
253-
Entries do not have to be full matches, meaning the URL of a request is matched when it _contains_ a string provided through the option.
251+
The option may contain a list of strings against which the hosts of outgoing requests are matched.
252+
If one of the entries in the list matches the host of an outgoing request, trace data will be attached to that request.
254253

255254
If <PlatformIdentifier name="trace-propagation-targets" /> is not provided, trace data is attached to every outgoing request from the [instrumented client](../../tracing/instrumentation/requests-module/).
256255
To disable sending trace data to any downstream service, set this option to an empty array (`[]`).

0 commit comments

Comments
 (0)