Skip to content

Resolve "Improve Tracking.mixin"

Nicolò Maria Mezzopera requested to merge 36382-improve-tracking-mixin into master

What does this MR do?

This MR refactors the code around the tracking mixin to achieve the following:

  • be able to call the track methods without parameters
  • be able to call the factory mixin without parameters
  • be able to add an optional tracking prop to the component ( data or computed )
  • be able to use the default category when no category is selected

To achieve the last step 2 components have been slightly refactored to keep the tracking data as it is.

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

Closes #36382 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports