I view reported issues in GlitchTip. In the Additional Data section, which I populate using setExtra every string is wrapped in quotes, and every JSON object (which I already stringified because setExtra only accepts strings) is escaped with backslashes, leading to very unreadable JSON data.
Request:
Either allow passing objects to setExtra or do not stringify string properties a second time
(not sure if bug or feature request)
I view reported issues in GlitchTip. In the
Additional Data
section, which I populate usingsetExtra
every string is wrapped in quotes, and every JSON object (which I already stringified becausesetExtra
only accepts strings) is escaped with backslashes, leading to very unreadable JSON data.Request:
Either allow passing objects to
setExtra
or do not stringify string properties a second time