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 42dd87b commit 7eb0412Copy full SHA for 7eb0412
src/platforms/common/configuration/options.mdx
@@ -360,10 +360,15 @@ This parameter controls whether integrations should capture HTTP request bodies.
360
361
</ConfigKey>
362
363
-<ConfigKey name="max-value-length" supported={["php"]}>
+<ConfigKey name="max-value-length" supported={["php", "python"]}>
364
365
The number of characters after which the values containing text in the event payload will be truncated (defaults to `1024`).
366
367
+<Note>
368
+ If the value you set for this is exceptionally large, the event may exceed 1
369
+ MiB and will be dropped by Sentry.
370
+</Note>
371
+
372
373
374
<ConfigKey name="ca-certs" supported={["python", "node"]}>
0 commit comments