Skip to content

Commit a5a7bdd

Browse files
authored
fix(python): Update default of max_value_length
1 parent 859be5c commit a5a7bdd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/platforms/python/configuration/options.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,11 @@ Please note that the Sentry server [limits HTTP request body size](https://devel
172172

173173
</SdkOption>
174174

175-
<SdkOption name="max_value_length" type='int' defaultValue='1024'>
175+
<SdkOption name="max_value_length" type='int' defaultValue='100 000'>
176176

177177
The number of characters after which the values containing text in the event payload will be truncated.
178178

179-
<Alert level='warning'>
180-
If the value you set for this is exceptionally large, the event may exceed 1
181-
MiB and will be dropped by Sentry.
182-
</Alert>
179+
In SDK versions prior to 2.34.0, the default was 1024.
183180

184181
</SdkOption>
185182

0 commit comments

Comments
 (0)