You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/php/common/configuration/options.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,9 +248,8 @@ A function responsible for determining the percentage chance a given transaction
248
248
249
249
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.
250
250
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.
254
253
255
254
If <PlatformIdentifiername="trace-propagation-targets" /> is not provided, trace data is attached to every outgoing request from the [instrumented client](../../tracing/instrumentation/requests-module/).
256
255
To disable sending trace data to any downstream service, set this option to an empty array (`[]`).
0 commit comments