Exceptions display

Hi,

I noticed since version 0.88.0 that Exceptions now again show some part of the traceback instead of none, even though my config.toml file has

[client]
showErrorDetails = false

To demonstrate it, a simple example with a ZeroDivisionError


is this intended behavior?