Ver código fonte

chore: disable autocapture for posthog

Tienson Qin 4 anos atrás
pai
commit
245f7d510d

+ 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))})