How to enable RUM(Real User Monitoring) for Gitlab Saas
In order to enable RUM for Saas, we need to add stub code in frontend HTML script, for example, we need to add below code to enable Pingdom RUM:
We are trying to enable Tencent RUM for JH Gitlab Saas.
My question is:
- I dont't think it is a good idea to modify gitlab frontend source code directly to enable RUM feature, after all, only Saas need RUM, self-managed gitlab instance may not need it. How does Gitlab.inc Saas enable RUM? is there some best practice? (by Google Tag Manager?)
- If modifing source code is the only solution, what's the proposal workaround?
Thanks!