Skip to content

max_value_length documented default (100_000) does not match shipped default (None) since 2.61 #18902

Description

@guidoiaquinti

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions