sentry-python v1.0.0 Release Notes

  • ๐Ÿš€ This release contains a breaking change

    • ๐Ÿ’ฅ BREAKING CHANGE: Feat: Moved auto_session_tracking experimental flag to a proper option and removed explicitly setting experimental session_mode in favor of auto detecting its value, hence enabling release health by default #994
    • ๐Ÿ›  Fixed Django transaction name by setting the name to request.path_info rather than request.path
    • ๐Ÿ›  Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
    • ๐Ÿ›  Fix for Flask transactions missing request body in non errored transactions #1034
    • ๐Ÿ›  Fix for honoring the X-Forwarded-For header #1037
    • ๐Ÿ›  Fix for worker that logs data dropping of events with level error #1032