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

support scrubbing for werkzeug json bodies #19

Merged
merged 4 commits into from
Apr 11, 2014
Merged

Conversation

azban
Copy link
Contributor

@azban azban commented Apr 10, 2014

This requires recursively scrubbing data. I could not determine how to generally apply this to all bodies because I do not know which frameworks bodies are json, so I did not try to do this in the scrub_request_data function.

@brianr
Copy link
Member

brianr commented Apr 10, 2014

Thanks @jedipi !

Looks like the build is failing on python 2.6 (because of using dict comprehension) and on python 3 and 3.1 (because of using basestring). We'll take a look soonish but if you want to fix those, that will help us get this merged faster.

@azban
Copy link
Contributor Author

azban commented Apr 10, 2014

@brianr Woops. There you go.

@brianr
Copy link
Member

brianr commented Apr 10, 2014

Looks good, thanks! I'll make the changes I mentioned.

@brianr brianr merged commit 7f2a370 into rollbar:master Apr 11, 2014
@brianr
Copy link
Member

brianr commented Apr 11, 2014

Merged, thanks! Released in version 0.7.1 which is now on pypi.

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

Successfully merging this pull request may close these issues.

2 participants