* Moved exception and message methods to capture{Exception,Message}. * Added captureQuery method.
1.3.4
------------------
* Corrected duplicate DSN behavior in Django client.
1.3.3
------------------
* Django can now be configured by setting SENTRY_DSN. * Improve logging for send_remote failures (and correct issue created when send_encoded was introduced). * Renamed SantizePassworsProcessor to SanitizePassworsProcessor.
1.3.2
------------------
* Support sending the culprit with logging messages as part of extra.
1.3.1
-------------
* Added client.exception and client.message shortcuts.
1.3.0
------------------
* Refactored client send API to be more easily extensible. * MOAR TESTS!