- Updated jitsu to 2.0.1

- Mask sensitive information (such as page title and IP address)
This commit is contained in:
vklimontovich
2021-05-05 18:04:53 +03:00
parent 2535dc04aa
commit ca1979fac2
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default function Shell(props) {
useEffect(() => {
telemetry.withJitsu((jitsu) => {
return jitsu.track('page_view', {page_url: router.pathname})
return jitsu.track('page_view', {page_url: router.pathname, page_title: "", source_ip: ""})
});
}, [telemetry])