Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback Exception email improvements for JSON payloads #14

Open
josjevv opened this issue Aug 21, 2015 · 0 comments
Open

Traceback Exception email improvements for JSON payloads #14

josjevv opened this issue Aug 21, 2015 · 0 comments
Assignees
Milestone

Comments

@josjevv
Copy link

josjevv commented Aug 21, 2015

In case a JSON data is sent during a request and an exception occurs, it's encoded and not formatted like this:

Arguments:

{"org":"12345","user":"12345"}

This makes debugging life hard compared to if it would look like this:

{
  "org":"12345",
  "user":"12345"
}
@meson10 meson10 self-assigned this Aug 21, 2015
@meson10 meson10 modified the milestone: v4 Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants