8.17.0
- Added @mentions to comments
- Initial (internal) analytics abstraction.
- Turned on reprocessing by default
- Added basics for Data Forwarding integrations.
- Changed the grouping and default
in_appvalues for cocoa events. - Removed global dsym support.
- Removed support for legacy apple report format.
- The threads interface now contributes to grouping if it contains a single thread.
- Added per-key (DSN) rate limits (
project:rate-limitsfeature). - Added tsdb statistics for events per-key.
- Added
sentry.deletionsabstraction to improve bulk deletions. - Added basic workspace for Visual Studio Code.
- Added hovercards for Issue IDs in activity entries.
- Added event count options to ignore.
- Added user frequency options to ignore.
Schema Changes
- Dropped
GroupTagValue.group_idforeign key constraint - Dropped
GroupTagValue.project_idforeign key constraint - Added
Deploy.notifiedcolumn - Added index on
EventTag.date_added - Added unique index on
Environment(organization_id, name) - Added unique index on
ReleaseEnvironment(organization_id, release_id, environment_id) - Added
EventUser.namecolumn - Added
UserReport.event_user_idcolumn
See releases/8.16.x...8.17.0 for full changes