Skip to content

Track group coverage visits in vue instead

What does this MR do?

For #321191 (closed)

This MR moves the trigger for the usage ping i_testing_group_code_coverage_visit_total from the :show action in the controller to the mounted function in the Vue component.

The motivation for this is to track it in the same way as our other events so that the de-duplication of unique users can be done accurately so that we can group the metrics into an aggregated metric properly.

Screenshots

event request from devtools Screen_Shot_2021-03-02_at_20.40.26

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Miranda Fluharty

Merge request reports