Commit 41af4ebd authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '343924-add-user-track-script' into 'master'

Feature: add user track script entry point

See merge request gitlab-org/gitlab!73097
parents 59297396 697834c6
......@@ -92,3 +92,5 @@
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
= render 'layouts/matomo' if extra_config.has_key?('matomo_url') && extra_config.has_key?('matomo_site_id')
= render 'layouts/snowplow'
-# This is needed by [GitLab JH](https://gitlab.com/gitlab-jh/gitlab/-/issues/184)
= render_if_exists "layouts/frontend_monitor"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment