Merge pull request #22119 from overleaf/kh-hotjar-on-plans-and-checkout

[web] add hotjar to plans pages

GitOrigin-RevId: eb582a85200747754923f28e7d710a9072577d75
This commit is contained in:
Kristina
2024-11-27 11:16:57 +01:00
committed by Copybot
parent 9357f51fcf
commit da411733b6
10 changed files with 28 additions and 2 deletions

View File

@@ -807,6 +807,7 @@ const _ProjectController = {
? usedLatex
: null,
isSaas: Features.hasFeature('saas'),
shouldLoadHotjar: splitTestAssignments.hotjar?.variant === 'enabled',
})
timer.done()
} catch (err) {