* Fixed a memory leak due to TextNode's being created from leading whitespace in realtime packets.
1.6.3
------
* Fixed a critical bug in the Sentry JS namespace preventing it from loading.
1.6.2
------
* LogHandler will attempt to pick up the request automatically using SentryLogMiddleware. * Updated AJAX CSRF support for Django 1.2.5. * request.sentry is now set in any event which has request as part of the parameters.
1.6.1
- Fix queue events with missing handler suffix (322)
- Fix Deployment (1474) by antonpirker - Serverless V2 (1450) by antonpirker - Use logging levelno instead of levelname. Levelnames can be overridden (1449) by rrauenza