From 66faa6de4ccd6ed8e1c31a0a2c54b2481306ff29 Mon Sep 17 00:00:00 2001 From: Weihua Lu Date: Tue, 14 Sep 2021 09:28:30 +0800 Subject: [PATCH] fix: mask path name --- src/main/frontend/modules/instrumentation/posthog.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/frontend/modules/instrumentation/posthog.cljs b/src/main/frontend/modules/instrumentation/posthog.cljs index e2298d988..1eaca798f 100644 --- a/src/main/frontend/modules/instrumentation/posthog.cljs +++ b/src/main/frontend/modules/instrumentation/posthog.cljs @@ -17,7 +17,8 @@ :schema_ver 0 ;; hack, did not find ways to hack data on-the-fly with posthog-js :$ip masked - :$current_url masked}))) + :$current_url masked + :$pathname masked}))) (def config {:api_host "https://app.posthog.com"