From 5ba89339e901dd010f6442871c0ff3d5109f427a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 10 Apr 2026 13:21:23 +0200 Subject: [PATCH 1/2] docs(native): add send_client_reports option Document the new send_client_reports option added in sentry-native 0.13.6 (getsentry/sentry-native#1549), which lets users opt out of client reports tracking for discarded events. --- docs/platforms/native/common/configuration/options.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/platforms/native/common/configuration/options.mdx b/docs/platforms/native/common/configuration/options.mdx index e60e160595bc2..31d1c03fb88cd 100644 --- a/docs/platforms/native/common/configuration/options.mdx +++ b/docs/platforms/native/common/configuration/options.mdx @@ -72,6 +72,12 @@ Controls whether the SDK should propagate the W3C `traceparent` HTTP header alon + + +Set this boolean to `false` to disable sending of client reports. Client reports are a protocol feature that let clients send status reports about themselves to Sentry. They are currently mainly used to emit outcomes for events that were never sent. + + + ## Hooks These options can be used to hook the SDK in various ways to customize the reporting of events. From b4b32f5c7f5a984cd5f45960b50a87e3b5bd5efa Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 15 Apr 2026 20:33:31 +0200 Subject: [PATCH 2/2] Update docs/platforms/native/common/configuration/options.mdx Co-authored-by: Alex Krawiec --- docs/platforms/native/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/native/common/configuration/options.mdx b/docs/platforms/native/common/configuration/options.mdx index 31d1c03fb88cd..9a5a8134b3d2a 100644 --- a/docs/platforms/native/common/configuration/options.mdx +++ b/docs/platforms/native/common/configuration/options.mdx @@ -74,7 +74,7 @@ Controls whether the SDK should propagate the W3C `traceparent` HTTP header alon -Set this boolean to `false` to disable sending of client reports. Client reports are a protocol feature that let clients send status reports about themselves to Sentry. They are currently mainly used to emit outcomes for events that were never sent. +Set this boolean to `false` to disable client reports. Client reports are a protocol feature that allows clients to send status information about themselves to Sentry. They’re currently used mainly to report outcomes for events that were never sent.