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

Fix request.files_keys for Flask #263

Merged
merged 1 commit into from
May 16, 2018

Conversation

trpalmer
Copy link
Contributor

Flask 1.0, Python 3

The value of request.files_keys when sent to Rollbar is incorrectly displayed as <class 'dict_keyiterator'>. Explicitly convert it to a list in _build_werkzeug_request_data

@rokob
Copy link
Contributor

rokob commented May 16, 2018

The failing test is unrelated, this looks good to me.

@rokob rokob merged commit bda9db2 into rollbar:master May 16, 2018
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