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.
max_value_length
1 parent bb40372 commit d7fd2a1Copy full SHA for d7fd2a1
docs/platforms/python/configuration/options.mdx
@@ -172,14 +172,11 @@ Please note that the Sentry server [limits HTTP request body size](https://devel
172
173
</SdkOption>
174
175
-<SdkOption name="max_value_length" type='int' defaultValue='1024'>
+<SdkOption name="max_value_length" type='int' defaultValue='100 000'>
176
177
The number of characters after which the values containing text in the event payload will be truncated.
178
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>
+In SDK versions prior to 2.34.0, the default was 1024.
183
184
185
0 commit comments