Skip to content

Rename partial from head-end to analytics

Ankit Panchal requested to merge ankit.panchal/rename-analytics-partial into main

In the internal-handbook we have added layouts/partials/hooks/head-end.html in the MR https://gitlab.com/internal-handbook/internal-handbook.gitlab.io/-/merge_requests/3136/diffs which is 2 weeks back when we have stopped getting events to product analytics.

This path overrides existing analytics configuration and that might be the reason window.glClient is not initialised even though correct env variables are present.

In this MR, I have renamed head-end.html to analytics.html. and reference it into the baseof.html

Merge request reports