Skip to content

Convert event name to string when comparing

What does this MR do?

Convert event name to string.

There are places from were we call track_event(:event) instead of track_event('event')

Convert event name to string so any of those would work

Follow up discussion from !44622 (comment 425550492)

Screenshots

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 #263410 (closed)

Edited by Alina Mihaila

Merge request reports