Skip to content

Commit b727624

Browse files
authored
fix: Added hotjar ntegration code directly to ORA MFE (#167)
1 parent 8eb7729 commit b727624

File tree

5 files changed

+1395
-269
lines changed

5 files changed

+1395
-269
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ SITE_NAME=''
2020
USER_INFO_COOKIE_NAME=''
2121
APP_ID=''
2222
MFE_CONFIG_API_URL=''
23+
HOTJAR_SITE_ID=''

.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ SITE_NAME=localhost
2121
USER_INFO_COOKIE_NAME='edx-user-info'
2222
APP_ID=''
2323
MFE_CONFIG_API_URL=''
24+
HOTJAR_SITE_ID='0'

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ SITE_NAME=localhost
1919
USER_INFO_COOKIE_NAME='edx-user-info'
2020
APP_ID=''
2121
MFE_CONFIG_API_URL=''
22+
HOTJAR_SITE_ID='0'

0 commit comments

Comments
 (0)