Skip to content

Remove exception when tracking events using Redis HLL

What does this MR do?

Use Gitlab::ErrorTracking.track_and_raise_for_dev_exception when tracking events. This will raise exception only in development and test environments.

When tracking events we should not raise exceptions and block the flow of the application

Screenshots (strongly suggested)

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

Related to #323189 (closed)

Edited by Alina Mihaila

Merge request reports