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 1e6d7ec commit 3ca41a0Copy full SHA for 3ca41a0
sentry_sdk/consts.py
@@ -3,7 +3,7 @@
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
+# This is more or less an 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
0 commit comments