Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/platforms/apple/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,19 @@ If <PlatformIdentifier name="trace-propagation-targets" /> is not provided, trac

</ConfigKey>


<ConfigKey name="enable-propagate-trace-parent">

This option is available as of [version 9.0.0](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9000).

If set to `true`, the SDK adds the [W3C `traceparent` header](https://www.w3.org/TR/trace-context/) to outgoing HTTP requests.
This header is attached in addition to the `sentry-trace` and `baggage` headers.
Set this option to `true` if your backend services are instrumented with a W3C Trace Context compatible library such as OpenTelemetry and you want to continue traces from the client.

Use <PlatformIdentifier name="trace-propagation-targets" /> to control which requests the `traceparent` header is attached to.

</ConfigKey>

<ConfigKey name="enable-persisting-traces-when-crashing">


Expand Down
Loading