Skip to content

Commit

Permalink
Update options.mdx with RequestSize.None valid value (#12084)
Browse files Browse the repository at this point in the history
  • Loading branch information
vashov authored Jan 7, 2025
1 parent a49d9e1 commit 00e7000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/dotnet/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ This option can be overridden using <PlatformIdentifier name="in-app-include" />

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

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

0 comments on commit 00e7000

Please sign in to comment.