Skip to content

Use body.dataset.page for Internal Events category value in Frontend

Ankit Panchal requested to merge 435199-default-category-internal-events into master

What does this MR do and why?

Currently we are using InternalEventsTracking as a category for Internal Events. Instead of that we are now using category as location on where the event happened. Which is default when no category is provided.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

We can verify the category for existing tracking.

  1. In GDK go to http://127.0.0.1:3000/admin/dev_ops_reports
  2. Click on the dev tab, Verify Category is admin:dev_ops_report:show which used to be InternalEventTracking before.

Screenshot_2024-01-04_at_1.23.21_PM

Related to #435199 (closed)

Edited by Ankit Panchal

Merge request reports