From 01897d0f51bfcb6d49b9ef48cc0412132009dd45 Mon Sep 17 00:00:00 2001 From: connorhaugh <49422820+connorhaugh@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:39:05 -0400 Subject: [PATCH] Feat add hotjar config to studio (#32109) * feat: add hotjar tracking to studio * feat: add hotjar config to studio * fix: remove xss lint error --- cms/envs/common.py | 3 +++ cms/templates/base.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 4e15b835bc..6c73217186 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -652,6 +652,9 @@ OPTIMIZELY_FULLSTACK_SDK_KEY = None ######################## GOOGLE ANALYTICS ########################### GOOGLE_ANALYTICS_ACCOUNT = None +######################## HOTJAR ########################### +HOTJAR_ID = 00000 + ############################# TEMPLATE CONFIGURATION ############################# # Mako templating import tempfile diff --git a/cms/templates/base.html b/cms/templates/base.html index f1cc8d27ee..e087a2ff6f 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -82,7 +82,7 @@ from openedx.core.release import RELEASE_LINE