- Updated jitsu to 2.0.1
- Mask sensitive information (such as page title and IP address)
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user