python - Sentry object representations truncate in full view -


we use sentry our python code. we're experiencing strange problem in representation of object being truncated when try inspect in sentry. example, when 1 goes "exception" view , selects "full", able navigate around stack trace. within each segment of stack trace sentry prints out object's __repr__. unfortunately, seems truncate longer representations. hugely problematic us.

for curious, have tried setting our string_max_length 10,000 didn't appear have effect on these representations (although capturemessage sends longer strings).


Comments