Hello, I am trying to capture all the data from a traceback
This is how I configure the client:
sc = Client(dsn, string_max_length=4000, list_max_length=500)
but when I try creating a local variable of say 100 elements, it always truncates them, is there any configuration I have to do on the server side?
I am supecting this is from the client side, but I could be wrong