sentry-python v0.7.10 Release Notes

    • โž• Add more event trimming.
    • ๐ŸŒฒ Log Sentry's response body in debug mode.
    • ๐Ÿ›  Fix a few bad typehints causing issues in IDEs.
    • ๐Ÿ›  Fix a bug in the Bottle integration that would report HTTP exceptions (e.g. redirects) as errors.
    • Fix a bug that would prevent use of in_app_exclude without setting in_app_include.
    • ๐Ÿ›  Fix a bug where request bodies of Django Rest Framework apps were not captured.
    • Suppress errors during SQL breadcrumb capturing in Django integration. Also change order in which formatting strategies are tried.