Add sync emitter feature flag

What does this MR do and why?

Add sync emitter feature flag to debug #562794

Code changes summary:

  • Creating the new feature flag configuration that's disabled by default
  • Modifying the tracking system to use a synchronous emitter when the flag is enabled, which means data is sent immediately rather than in the background
  • Adding logic to reset the tracker in staging environments when feature flags change, ensuring the system picks up new settings without requiring a restart

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

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

Edited by Michał Wielich

Merge request reports

Loading