honeybadger-io / honeybadger-python

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

Revert "Fix filtering of dictionaries with tuple keys" #174

Closed Kelvin4664 closed 2 months ago

Kelvin4664 commented 2 months ago

Reverts honeybadger-io/honeybadger-python#166

stympy commented 2 months ago

I think protecting the client against keys that can't serialize is a fine idea, but I don't think that the implementation with deepcopy was the right approach, so I'm closing this in favor of #173