SDK
Python SDK
Description
Summary
The Python configuration options page states:
max_value_length — The number of characters after which the values containing text in the event payload will be truncated.
Default: 100 000
In SDK versions prior to 2.34.0, the default was 1024.
Since 2.61.0, the shipped default is None, which disables truncation entirely: https://github.com/getsentry/sentry-python/releases#release-2.61.0
Suggested Solution
Update the documentation
SDK
Python SDK
Description
Summary
The Python configuration options page states:
Since 2.61.0, the shipped default is
None, which disables truncation entirely: https://github.com/getsentry/sentry-python/releases#release-2.61.0Suggested Solution
Update the documentation