Send URL page view to Crisp to trigger contextual help
Fix #4052 Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
This commit is contained in:
parent
216aabf55b
commit
535d032b73
1 changed files with 5 additions and 0 deletions
|
@ -29,4 +29,9 @@ if (enabled) {
|
|||
]
|
||||
]
|
||||
]);
|
||||
window.$crisp.push([
|
||||
'set',
|
||||
'session:event',
|
||||
[[['PAGE_VIEW', { URL: window.location.pathname }]]]
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue