- Fixed bug that caused some email subjects to be generated without respecting the project subject prefix option. - Organization's can now opt-in to early adopter features (via organization settings). - User Feedback is now enabled by default. - Deprecated ``sentry start`` in favor of new ``sentry run``. - Access is no longer restricted by default to the domain matching ``system.url-prefix``. You must opt into this by setting ``ALLOWED_HOSTS`` explicitly. - Replaced Gravatar mystery man with letter avatars - Added 'Events Per Hour' graph to organization dashboard - Moved organization activity stream to main column from sidebar
- Time to initial and full display (2724) - Add time-to-initial-display and time-to-full-display measurements to ViewController transactions (2843) - Add `name` and `geo` to User (2710)
Fixes
- Correctly track and send GPU frame render data in profiles (2823) - Xcode 14.3 compiling issue regarding functions declaration with no prototype (2852)
8.3.3
Not secure
------
- [SECURITY] Fixed a bug which allows API keys more permission than granted within the organization.
8.3.2
Not secure
------
- Fixed bug affecting only MySQL users, see `GH-3030 <https://github.com/getsentry/sentry/issues/3030>`_.
8.3.1
Not secure
------
- Fixed bug that, ironically, prevented saving a saved search. - Fixed bug when merging groups and the counts are merged incorrectly. - Fixed bug that caused the Installation Wizard to never go away if using a non-smtp email.backend setting. - Fixed an ImproperlyConfigured issue from a cascading error.
8.3.0
Not secure
------
- Added initial support for per-project callsigns and short IDs. This feature is not exposed to users yet. - Improved static file delivery performance. - Added CLI tool to monitor queue sizes. ``sentry queues --help`` - Moved email configuration into ``config.yml``. - Added mailing list support (via ``List-Id`` header) for outbound email. - URLs for issues that have been merged now redirect to the issue that absorbed the requested issue. - Projects can now be bookmarked in the UI. - Dashboard is now the default view for an organization.