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
6 changes: 3 additions & 3 deletions docs/platforms/javascript/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Sentry.init({

</SdkOption>

<SdkOption name="propagateTraceparent" type='boolean' defaultValue='false' availableSince='10.10.0' categorySupported={['browser']}>
<SdkOption name="propagateTraceparent" type='boolean' defaultValue='false' availableSince='10.10.0'>

If set to `true`, the SDK adds the [W3C `traceparent` header](https://www.w3.org/TR/trace-context/) to outgoing Http requests made via `fetch` or `XMLHttpRequest`.
This header is attached in addition to the `sentry-trace` and `baggage` headers.
Expand All @@ -514,8 +514,6 @@ See <PlatformLink to="/tracing/distributed-tracing/dealing-with-cors-issues/">De

</SdkOption>

<PlatformCategorySection supported={['browser']}>

## Logs Options

<SdkOption name="enableLogs" type='boolean' defaultValue='false'>
Expand All @@ -530,6 +528,8 @@ This function is called with a log object, and can return a modified log object,

</SdkOption>

<PlatformCategorySection supported={['browser']}>

## Session Replay Options

<SdkOption name="replaysSessionSampleRate" type='number' categorySupported={['browser']}>
Expand Down
Loading