Sentry v8.5 Release Notes

    • ➕ Added option to upload a profile image as an alternative to Gravatar.
    • 🗄 Deprecated sentry celery subcommand in favor of sentry run {worker|cron}.
    • 💻 Breadcrumb interface now rendered in event UI.
    • Project notification settings page now indicates if current user is subscribed to active project.
    • 👉 User is now automatically redirected to login page if their session expires inside React client application.
    • ➕ Added new auth tokens to deprecate the usage of the older API keys.

    Schema Changes

    
    - ➕ Added ``ProjectPlatform`` model.
    - ➕ Added index on``EventTag`` index.
    - ➕ Added unique index on ``UserReport`` model.
    - ➕ Added ``UserAvatar`` model.
    - ➕ Added ``EventTag.group_id`` column.
    - ➕ Added ``ApiToken`` model.
    - ➕ Added ``Authenticator`` model.