sentry-python v0.7.11 Release Notes

    • ๐Ÿ›  Fix a bug that would send errno in an invalid format to the server.
    • ๐Ÿ›  Fix import-time crash when running Python with -O flag.
    • ๐Ÿ›  Fix a bug that would prevent the logging integration from attaching extra keys called data.
    • ๐Ÿ›  Fix order in which exception chains are reported to match Raven behavior.
    • ๐Ÿ†• New integration for the Falcon web framework. Thanks to Jacob Magnusson!