Sentry: Python dictionaries render with lots of extra slashes in UI

Created on 23 Oct 2017  路  4Comments  路  Source: getsentry/sentry

I'm not sure if this is a client or server issue, but with raven-python 6.1.0 I've noticed that lately we encounter instances where a dictionary will render incorrectly in the UI, which makes debugging much harder.

For example:

screenshot 2017-10-23 11 34 41

for a Python dictionary that is roughly:

{'filter': {'bool': {'must': [{'term': {'page_type': 'post'}}, 
                              {'term': {'apikey': 'someapikey'}}],
                     'must_not': [{'term': {'recrawlable': False}]}

Most helpful comment

This is merged. It won't go back and fix any past events that were serialized this way, but should prevent new data from having this problem.

All 4 comments

馃槀 looks fine to me. (thanks for the issue dan, I think i've noticed this too.)

@dan-blanchard I stumbled across a similar problem as well just now, and I think #6636 should fix it for your case too.

@alex-hofsteede so happy to see a fix is coming soon!

This is merged. It won't go back and fix any past events that were serialized this way, but should prevent new data from having this problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dkarlovi picture dkarlovi  路  4Comments

bruno-garcia picture bruno-garcia  路  3Comments

benvinegar picture benvinegar  路  4Comments

phiresky picture phiresky  路  3Comments

nickolaskraus-wf picture nickolaskraus-wf  路  3Comments