Skip to content

Refactor metric constant name

Samantha Ming requested to merge refactor-metrics-constants into master

What does this MR do and why?

This MR updates a variable name so it is consistent with the naming standard of the other variables names used in this file. Appending the category type to the variable name; in this case adding the word action to the variable name

- TRACK_CLICK_TRAINING_LINK
+ TRACK_CLICK_TRAINING_LINK_ACTION

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Samantha Ming

Merge request reports