* 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!
1.2.2
-------------
* Gracefully handle exceptions in Django client when using integrated setup. * Added Client.error_logger as a new logger instance that points to ``sentry.errors``.
1.2.1
-------------
* Corrected behavior with raven logging errors to send_remote which could potentially cause a very large backlog to Sentry when it should just log to ``sentry.errors``. * Ensure the ``site`` argument is sent to the server.
1.2.0
-------------
* Made DSN a first-class citizen throughout Raven. * Added a Pylons-specific WSGI middleware. * Improved the generic WSGI middleware to capture HTTP information. * Improved logging and logbook handlers.