Skip to content

Commit

Permalink
fix: Added hotjar ntegration code directly to ORA MFE (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jszewczulak authored Jan 12, 2024
1 parent 8eb7729 commit b727624
Show file tree
Hide file tree
Showing 5 changed files with 1,395 additions and 269 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ SITE_NAME=''
USER_INFO_COOKIE_NAME=''
APP_ID=''
MFE_CONFIG_API_URL=''
HOTJAR_SITE_ID=''
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ SITE_NAME=localhost
USER_INFO_COOKIE_NAME='edx-user-info'
APP_ID=''
MFE_CONFIG_API_URL=''
HOTJAR_SITE_ID='0'
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ SITE_NAME=localhost
USER_INFO_COOKIE_NAME='edx-user-info'
APP_ID=''
MFE_CONFIG_API_URL=''
HOTJAR_SITE_ID='0'
Loading

0 comments on commit b727624

Please sign in to comment.