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.
1 parent 5420bc2 commit 1e6d7ecCopy full SHA for 1e6d7ec
sentry_sdk/consts.py
@@ -3,6 +3,9 @@
3
from typing import TYPE_CHECKING
4
5
# 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.
9
DEFAULT_MAX_VALUE_LENGTH = 100_000
10
11
DEFAULT_MAX_STACK_FRAMES = 100
0 commit comments