Skip to content

Commit 44ed120

Browse files
fix(native): options duplicate entry and default values (#15222)
Vercel preview: https://sentry-docs-git-joshuamoelans-patch-1.sentry.dev/platforms/native/configuration/options/ Current docs: https://docs.sentry.io/platforms/native/configuration/options/ ## DESCRIBE YOUR PR Fixes a minor duplication introduced by #15171 & removes some unnecessary mentions of default values (since we now have them nicely tabulated). ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 59c8de0 commit 44ed120

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,10 @@ Whether Crashpad should delay application shutdown until the upload of the crash
6868

6969
<SdkOption name="propagate_traceparent" type="bool" defaultValue="false">
7070

71-
Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` header for [distributed tracing](https://docs.sentry.io/platforms/native/tracing/trace-propagation/custom-instrumentation/). This option defaults to `false`.
71+
Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` header for [distributed tracing](https://docs.sentry.io/platforms/native/tracing/trace-propagation/custom-instrumentation/).
7272

7373
</SdkOption>
7474

75-
<ConfigKey name="propagate-traceparent">
76-
77-
Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` header for [distributed tracing](https://docs.sentry.io/platforms/native/tracing/trace-propagation/custom-instrumentation/). This option defaults to `false`.
78-
79-
</ConfigKey>
80-
8175
## Hooks
8276

8377
These options can be used to hook the SDK in various ways to customize the reporting of events.
@@ -120,7 +114,7 @@ A function responsible for determining the percentage chance a given transaction
120114

121115
<SdkOption name="enable_logs" type="bool" defaultValue="false">
122116

123-
This option enables the [logging integration](/platforms/native/logs), which allows the SDK to capture logs and send them to Sentry. This is disabled by default.
117+
This option enables the [logging integration](/platforms/native/logs), which allows the SDK to capture logs and send them to Sentry.
124118

125119
</SdkOption>
126120

0 commit comments

Comments
 (0)