* [Core] Fixed stackframes in some situations being in inverse order. * [Flask] Fix wrong exception handling logic (accidentally relied on Flask internals). * [Core] No longer send NaN local vars as non-standard JSON.
6.9.0
------------------ * [Core] Switched from culprit to transaction for automatic transaction reporting. * [CI] Removed py3.3 from build * [Django] resolved an issue where the log integration would override the user.
------------------ * [Sanic] Added support for sanic. * [Core] Disabled dill logger by default * [Core] Added `SENTRY_NAME`, `SENTRY_ENVIRONMENT` and `SENTRY_RELEASE` environment variables * [Core] DSN secret is now optional * [Core] Added fix for cases with exceptions in repr * [core] Fixed bug with mutating `record.data`
6.6.0
------------------ * [Core] Add trimming to breadcrumbs. * [Core] Improve host message at startup. * [Core] Update pytest to work on other environments
6.5.0
------------------ * [Core] Fixed missing deprecation on `processors.SanitizePasswordsProcessor` * [Core] Improve exception handling in `Serializer.transform` * [Core] Fixed `celery.register_logger_signal` ignoring subclasses * [Core] Fixed sanitizer skipping `byte` instances * [Lambda] Fixed `AttributeError` when `requestContext` not present