Sentry v8.13 Release Notes

    • โž• Added individual filters for legacy browsers to improve customization of error filtering based on browser versions
    • ๐Ÿ‘Œ Support for setting a custom security header for javascript fetching.
    • ๐Ÿš€ start using ReleaseProject and Release.organization instead of Release.project
    • ๐Ÿ”ง Project quotas are no longer available, and must now be configured via the organizational rate limits.
    • Quotas implementation now requires a tuple of maximum rate and interval window.
    • โž• Added security emails for adding and removing MFA and password changes.
    • โž• Added the ability to download an apple compatible crash report for cocoa events.
    • โž• Add memory and storage information for apple devices
    • 0๏ธโƒฃ The legacy API keys feature is now disabled by default.
    • ๐Ÿ‘‰ Show Images Loaded section for cocoa events with version number.
    • โž• Added registers to stacktrace for cocoa exceptions.
    • ๐Ÿ›  Fixed bug where workflow notification subject may not include a custom email prefix.
    • โž• Added configurable subject templates for individual alert emails (mail:subject_template option).
    • โž• Added data migration to populate ReleaseProject.new_groups
    • ๐Ÿšš Moved organization settings to React.
    • โž• Added support for managing newsletter subscriptions with Sentry.io

    Schema Changes

    
    - โž• Added ``ReleaseProject.new_groups`` column.
    - ๐Ÿšš Moved organization settings to React.
    
    Schema Changes
    
    • โž• Added ReleaseProject.new_groups column.
    • โž• Added OrganizationAvatar model.

    API Changes

    
    - โž• Added avatar and avatarType to ``/organizations/{org}/`` endpoint.
    - ๐Ÿš€ Provide commit and author information associated with a given release
    - Provide repository information for commits
    - โž• Added new internal processing interface that supports multiple processing steps per stacktrace (for instance JavaScript + native)