Skip to content

Track Sentry error status updates with dedicated actions

What does this MR do?

Based on this comment we want to track Sentry error status changes with dedicated actions. So Sentry tracking event data is changed

from
{
category: 'Error Tracking',
action: 'update_error_status',
label: 'Status',
property: 'resolved/ignored/unresolved'
}
to
{
category: 'Error Tracking',
action: 'update_resolved_status/update_ignored_status/update_unresolved_status',
}

Screenshots

Screen_Shot_2020-06-02_at_18.27.34

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

References #217680 (closed)

Edited by Olena Horal-Koretska

Merge request reports