honeybadger-io / honeybadger-python

Send Python and Django errors to Honeybadger.
https://www.honeybadger.io/
MIT License
15 stars 26 forks source link

fixed wrong getattr statement #65

Closed Kelvin4664 closed 3 years ago

Kelvin4664 commented 3 years ago

Django's request parameters is always found in request.GET for get requests and request.POST for PATCH & PUT requests. attributes for other request method does not exist in the request object.

joshuap commented 3 years ago

One change I made—I added a changelog entry: https://github.com/honeybadger-io/honeybadger-python/commit/3058f047cb56ceb7b3d51703f8506bd240c61075