Closed pyricau closed 2 years ago
Hiding the length would be a good idea. Like, always print XXXX
for an ellided span, rather than replacing every ellided character with X
.
note: we already replace char arrays with ??
so I suspect the main issue here is with byte arrays (which are used in some impls of String)
This is from a bugsnag report:
Clearly, the content got eaten. Let's replace these with a character like x.