How prevent wrapping each string in additional data with u''

So this is how it looks, and when you have a lot of data in this section it’s just impossible to consume it with all these u'' wrappings.

So if it is possible to disable it, how to do so? Or may be it’s something in client and not server?

Hello Alexander,

I think you’re running into this issue: https://github.com/getsentry/sentry-python/issues/377

Thanks,

Markus