Skip to content

Commit 3ca41a0

Browse files
committed
fix
1 parent 1e6d7ec commit 3ca41a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
6+
# This is more or less an arbitrary large-ish value for now, so that we allow
77
# pretty long strings (like LLM prompts), but still have *some* upper limit
88
# until we verify that removing the trimming completely is safe.
99
DEFAULT_MAX_VALUE_LENGTH = 100_000

0 commit comments

Comments
 (0)