* ``Client.configure_logging`` has been removed, and handlers will not automatically be added to 'sentry' and 'raven' namespaces. * Improved double error check * Restored support for exc_info is True.
5.10.2
-------------------
* Remember exceptions in flight until the context is cleared so that two reports with the same exception data do not result in two errors being logged. * Allow logging exclusions.
5.10.1
-------------------
* Fixed a problem where bytes as keys in dictionaries caused problems on data sanitization if those bytes were outside of the ASCII range. * Django client no longer requires the user object to be a subclass of the base model. * Corrected an issue with the Django log handler which would cause a recursive import.
5.10.0
-------------------
* Restore template debug support for Django 1.9 and newer. * Correctly handle SSL verification disabling for newer Python versions.