Hello,
I am trying out some serializers and testing captureException() with raven on python, where are the limits set in how many objects we dump to sentry? I have an array of 500 elements, but only the first 16 are displaying in sentry.
Also I am playing with chopping the serialized output length, when I chop it to a string of 30 characters, the array looks bigger. Anyways, is there a configuration parameter to set how much we save? I know there is a parameter to the serializers called 'string_max_length' that we have to respect, but even after doing that I lose some information.
I am suspecting this is set on the client side, because to the server it was just a json file with some random information.
Thanks