Skip to content

Make track_event camelCase to trackEvent for internal tracking in FE

Ankit Panchal requested to merge 419771-make-track-event-camelcase into master

What does this MR do and why?

As We have added track_event as a snake case in initial MR !123901 (diffs)

In this MR, I am updating all the references of track_event in the frontend to camelCase trackEvent

How to set up and validate locally

There are very less use as of it and unit test cases are in place in case it breaks.

  1. devops_report can be checked by going to http://localhost:3000/admin/dev_ops_reports
  2. click on dev tab. There should be api calls to snowplow and redishll.

MR acceptance checklist

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

Related to #419771 (closed)

Edited by Ankit Panchal

Merge request reports