Skip to content

Commit 7eb0412

Browse files
antonpirkergetsantry[bot]lizokm
authored
Added max_value_length option (#7465)
* Added max_string_lengthj option * Whitespace * style(lint): Auto commit lint changes * Update src/platforms/common/configuration/options.mdx Co-authored-by: Liza Mock <[email protected]> * style(lint): Auto commit lint changes --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com> Co-authored-by: Liza Mock <[email protected]>
1 parent 42dd87b commit 7eb0412

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,15 @@ This parameter controls whether integrations should capture HTTP request bodies.
360360

361361
</ConfigKey>
362362

363-
<ConfigKey name="max-value-length" supported={["php"]}>
363+
<ConfigKey name="max-value-length" supported={["php", "python"]}>
364364

365365
The number of characters after which the values containing text in the event payload will be truncated (defaults to `1024`).
366366

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+
367372
</ConfigKey>
368373

369374
<ConfigKey name="ca-certs" supported={["python", "node"]}>

0 commit comments

Comments
 (0)