Skip to content

Commit

Permalink
Update docs/platforms/apple/common/usage/distributed-tracing/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
philipphofmann and lizokm authored Feb 13, 2024
1 parent 363e12b commit c1be000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ headers to all outgoing requests whose destination contains a string in the list

**The `tracePropagationTargets` option matches the entire request URL, not just the domain. Using stricter regex to match certain parts of the URL ensures that requests don't unnecessarily have additional headers attached.**

The default value of `tracePropagationTargets` is `['.*']`. This means that by default, tracing headers are attached to all requests.
Since the value of `tracePropagationTargets` is `['.*']` by default, tracing headers are attached to all requests unless otherwise specified.

```swift {tabTitle:Swift}
import Sentry
Expand Down

0 comments on commit c1be000

Please sign in to comment.