Skip to content

Commit 1e6d7ec

Browse files
committed
comment
1 parent 5420bc2 commit 1e6d7ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentry_sdk/consts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
from typing import TYPE_CHECKING
44

55
# up top to prevent circular import due to integration import
6+
# This is more or less arbitrary large-ish value for now, so that we allow
7+
# pretty long strings (like LLM prompts), but still have *some* upper limit
8+
# until we verify that removing the trimming completely is safe.
69
DEFAULT_MAX_VALUE_LENGTH = 100_000
710

811
DEFAULT_MAX_STACK_FRAMES = 100

0 commit comments

Comments
 (0)