Skip to content

Commit 775c7ac

Browse files
authored
ref: change doc to use never instead of none (getsentry#1944)
1 parent c81a4db commit 775c7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ public function getMaxRequestBodySize(): string
11301130
* captured. It can be set to one of the
11311131
* following values:
11321132
*
1133-
* - none: request bodies are never sent
1133+
* - never: request bodies are never sent
11341134
* - small: only small request bodies will
11351135
* be captured where the cutoff for small
11361136
* depends on the SDK (typically 4KB)

0 commit comments

Comments
 (0)