ソースを参照

chore: disable autocapture for posthog

Tienson Qin 4 年 前
コミット
245f7d510d
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/main/frontend/modules/instrumentation/posthog.cljs

+ 2 - 0
src/main/frontend/modules/instrumentation/posthog.cljs

@@ -21,6 +21,8 @@
 (def config
   {:api_host "https://app.posthog.com"
    :persistence "localStorage"
+   :autocapture false
+   :disable_session_recording: true
    :mask_all_text true
    :mask_all_element_attributes true
    :loaded (fn [_] (register))})