Skip to content

Call Internal Event API instead of RedisHLL for tracking on the FE

Ankit Panchal requested to merge ankit.panchal/internal-events-api-frontend into master

What does this MR do and why?

Implements #415337 (closed)

Currently, we are using trackRedisHLL API for internal events. Instead we would use internal events specific api.

API was implemented in !124561 (merged) MR

How to set up and validate locally

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

  1. In GDK go to http://127.0.0.1:3000/admin/dev_ops_reports
  2. Click on the dev tab, instead of /increment_unique_users, /usage_data/track_event will be called with 200.

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 Ankit Panchal

Merge request reports