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

Body/params is never populated #19

Closed
andrewnguyenism opened this issue Sep 30, 2016 · 2 comments
Closed

Body/params is never populated #19

andrewnguyenism opened this issue Sep 30, 2016 · 2 comments

Comments

@andrewnguyenism
Copy link

image

Viewing issues for my Clojure projects on Sentry, the "Body" section always shows {}. It seems like its not capturing the request params at all for some reason? The other sections - "Cookies", "Headers" - are filling correctly (although I do have the issue in #15 for sessions).

@minimal
Copy link
Contributor

minimal commented Apr 19, 2017

Looks like it just get :params which is already handled by :query-string, it should probably get :body instead.

:data (get req :params {})

@andrewnguyenism
Copy link
Author

;; If you want to fully utilize the Http interface you should make sure
;; you use the wrap-params and wrap-keyword-params middlewares to ensure
;; the request data is stored correctly.

Me not reading the manual close enough...

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