Skip to content

Introduce Analytics namespace in FOSS

Adam Hegyi requested to merge 198578-analytics-namespace-fix-in-foss into master

What does this MR do?

In !23312 (merged) we wanted to add a helper module Analytics::NavbarHelper to FOSS. At this point Analytics module was not present in FOSS. This caused uninitialized constant errors at various places where EE specific code was executed, involving code from the EE Analytics namespace.

This MR adds the Analytics namespace to FOSS and fixes the uninitialized constant errors by adding :: prefix to the failing classes.

Edited by Adam Hegyi

Merge request reports