sentry-python v1.5.8 Release Notes

  • ๐Ÿ›  Various fixes & improvements

    • ๐Ÿ‘ feat(asgi): Add support for setting transaction name to path in FastAPI (#1349) by @tiangolo
    • ๐Ÿ›  fix(sqlalchemy): Change context manager type to avoid race in threads (#1368) by @Fofanko
    • ๐Ÿ›  fix(perf): Fix transaction setter on scope to use containing_transaction to match with getter (#1366) by @sl0thentr0py
    • chore(ci): Change stale GitHub workflow to run once a day (#1367) by @kamilogorek
    • feat(django): Make django middleware expose more wrapped attributes (#1202) by @MattFisher