Skip to content

Commit 00e7000

Browse files
authored
Update options.mdx with RequestSize.None valid value (#12084)
1 parent a49d9e1 commit 00e7000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This option can be overridden using <PlatformIdentifier name="in-app-include" />
175175

176176
This parameter controls whether integrations should capture HTTP request bodies. It can be set to one of the following values:
177177

178-
- `never`: Request bodies are never sent.
178+
- `none`: Request bodies are never sent.
179179
- `small`: Only small request bodies will be captured. The cutoff for small depends on the SDK (typically 4KB).
180180
- `medium`: Medium and small requests will be captured (typically 10KB).
181181
- `always`: The SDK will always capture the request body as long as Sentry can make sense of it.

0 commit comments

Comments
 (0)