We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49d9e1 commit 00e7000Copy full SHA for 00e7000
docs/platforms/dotnet/common/configuration/options.mdx
@@ -175,7 +175,7 @@ This option can be overridden using <PlatformIdentifier name="in-app-include" />
175
176
This parameter controls whether integrations should capture HTTP request bodies. It can be set to one of the following values:
177
178
-- `never`: Request bodies are never sent.
+- `none`: Request bodies are never sent.
179
- `small`: Only small request bodies will be captured. The cutoff for small depends on the SDK (typically 4KB).
180
- `medium`: Medium and small requests will be captured (typically 10KB).
181
- `always`: The SDK will always capture the request body as long as Sentry can make sense of it.
0 commit comments